export declare const readFile: (path: string | URL) => Promise; export declare const base64ToBuffer: (str: string) => Uint8Array | Buffer;