import { type ObjectType } from 'abandonjs'; /** * @title readJsonFile * @description 读取Json文件内容, 不支持大文件 * @param {File} file * @returns {string} */ export declare function readJsonFile(file: File): Promise; //# sourceMappingURL=read.d.ts.map