export declare function urlSafeBase64Encode(v: string): string; export declare function urlSafeBase64Decode(v: string): string;