/** @deprecated */ declare function loadConfig(configPath?: string): Promise; /** @deprecated */ declare function resolveConfigPath(configPath?: string, toFileURL?: boolean): Promise; export { loadConfig, resolveConfigPath };