import { ApiConfig } from '../type'; interface LookupOptions { cwd?: string; } export declare function lookup(filenames: string[], options?: LookupOptions): string; export declare function getConfig(filePath: string): Promise; export {};