interface Params { nonceAndCiphertext: Uint8Array; secretKey: Uint8Array; } export declare function decryptMessage({ nonceAndCiphertext, secretKey }: Params): Uint8Array; export {}; //# sourceMappingURL=decrypt-message.d.ts.map