export declare function Instanceof<t extends new (...args: any) => any>(given: InstanceType<t> | any): Function;
