export declare const readFile: (file: File) => Promise; export declare const concatUint8Arrays: (arrays: Array) => Uint8Array;