import { ConfigObject } from '../types'; declare type ConfigFactoryReturnValue = T | Promise; export declare type ConfigFactory = () => ConfigFactoryReturnValue; export {};