export declare function isConstructor(val: unknown): val is new (...args: unknown[]) => {};
