type DeepRequired = { [P in keyof T]-?: T[P] extends (...args: any[]) => any ? T[P] : T[P] extends object ? DeepRequired> : NonNullable; }; type SafeEleganceConfig = DeepRequired; export declare function getConfig(): Promise; export {}; //# sourceMappingURL=config.d.ts.map