export declare function getAllFilesRecursively(directoryPath: any): Promise<string[]>;
