import { Json } from './types'; export declare const readFile: (file: File, isJson?: boolean) => Promise;