export declare function createInitOpts(moduleName: string): { readonly inited: boolean; init(initOpts: T): void; get(): T; };