export declare const urlEncodeBase64: (signature: string) => string; export declare const urlSafeBase64ToBase64: (signature: any) => any; export declare const isUrlSafeBase64: (content: string) => boolean;