/** * 批量导入目录下的文件 * @param context 目录上下文通过require.context获取 */ export declare const batchImport: (context: any, prefix?: string) => any;