export declare const base64UrlToBase64: (base64url: string) => string; export declare const base64ToBase64Url: (base64: string) => string;