export declare type ObjectFactory = (...args: any[]) => T | Promise; export declare function getInstance(factory: T | Promise | ObjectFactory, ...args: any[]): Promise; //# sourceMappingURL=factory-util.d.ts.map