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