export declare function base64EncodeUnicode(str: string): string;
export declare function base64DecodeUnicode(str: string): string;
export declare function appendRequestId(requestId: any): void;
export declare function removeRequestId(): void;
export declare function removeHash(): void;
