export function encrypt(input: any, key: any): any; declare function encryptHmac(input: any, key: any): number[]; export { encryptHmac as encrypt_hmac };