export declare const instanceof_: <I extends object>(constructor: new (...args: any) => I) => (object: object) => object is I;
