export declare function walk(dir: string): Promise<string[]>;
