export declare function decodeBase64Int(str: string): number; export declare function encodeBase64Int(value: number, length?: number): string; export declare function encodeBase64Url(uint8: Uint8Array): string; export declare function decodeBase64Url(input: string): Uint8Array;