export declare function encrypt(s: string, type?: string): string; export declare function hmac_encrypt(key: any, data: any, type?: string): string;