declare type ConfigFactoryReturnValue = Record<string, any> | Promise<Record<string, any>>;
export declare type ConfigFactory<T extends ConfigFactoryReturnValue = ConfigFactoryReturnValue> = () => T;
export {};
