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