export declare function Base64EncodeUrl(str: string): string; export declare function Base64DecodeUrl(str: string): string; export declare function getTimestamp(): number; export declare function sha256(message: string): Promise;