export declare function normalizeBase64(str: string): string;
export declare function toBase64URL(base64: string): string;
