export function encrypt(msg: any, key: any, nonce: any): any[]; export function decrypt(ciphertext: any, key: any, nonce: any, length: any): any[]; //# sourceMappingURL=poseidonCipher.d.ts.map