import { BasicError } from "../error"; export declare const fileDoesntExistError: BasicError; export declare const fileToB64: (f: File) => Promise;