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