export declare function walk(dir: string): Promise; declare const _default: (sourcePath: string, apiKey: string) => Promise<{ data: any; }>; export default _default;