export declare const instance: (_class: new () => T) => T; export declare function clearInstance(instance: any): void;