export declare function encodeBase64Url(str: string): string;
export declare function decodeBase64Url(str: string): string;
