declare function loadFileConfig(context: string): Promise<{ fileConfig?: T; fileConfigPath?: string; }>; export default loadFileConfig;