export declare const DEFAULT_FILEPATHS: string[]; export declare const loadConfig: (filepath?: string) => Promise<{ loadedConfig: {}; loadedConfigPath: string; }>;