import { Constructor } from '../utils/process-error'; declare module '../expect.types' { interface ValueExpect { /** * check if instance of value * @param constructor - The constructor function to check against */ instanceOf(constructor: Constructor): this; } } //# sourceMappingURL=instance-of.d.ts.map