export declare function decodeBase64(s: string, path: string[]): Int8Array; export declare function decodeBase64(s: string | undefined, path: string[]): Int8Array | undefined; export declare function encodeBase64(bytes: Int8Array): string;