export declare type Constructor = (...args: any[]) => any;
export default function useConstructor(constructor: Constructor): void;
