import { Constructor } from '../types';
export declare function getConstructor(obj: unknown): Constructor | undefined;
