type IBoundInstance = Record<string, (key, value) => Promiseable<unknown>>;
Represents a bound instance.