import { TConstructor } from '../types'; export declare const isConstructible: (constructible: TConstructor) => boolean; //# sourceMappingURL=is-constructible.d.ts.map