type Constructor = new (...args: any[]) => T; export declare const is: (type: Constructor) => (x: T) => boolean; export {};