export declare const readFileAsync: (file: File) => Promise<unknown>;
