export declare function getFolderImg(folder: string): Promise<any[]>;
export declare function readFilenames(dirPath: string): Promise<any[]>;
