import { Options } from '../core/normalizeSource'; export declare function load(searchPath?: string): Promise<{ config: any; filepath: string; }>; export declare function loadConfig(path: string, options?: Options & { filename?: boolean; stopPath?: string; }): Promise;