/** * --- 递归获取使用的语言 --- * @param path 文件夹路径,不以 / 结尾 */ export declare function readDir(path: string): Promise;