export declare const isPrototypeOf: (object: object) => (prototype: object) => boolean;
