declare const _default: { aesGcmEncrypt: (subtle: any, plaintext: string, aesKey: CryptoKey, ivFirst?: boolean) => Promise; aesGcmDecrypt: (subtle: any, encryptedBase64: string, aesKey: CryptoKey, ivFirst?: boolean) => Promise; aesCryptoKey: (subtle: any, sharedBase64: string) => Promise; aesCryptoKeyFromHkdf: (subtle: any, sharedBase64: string, saltBase64: string, infoBase64: string) => Promise; aesGcmKey: (subtle: any, rawData: BufferSource) => Promise; rawKeyHex: (subtle: any, cryptoKey: CryptoKey) => Promise; rawKeyBytes: (subtle: any, cryptoKey: CryptoKey) => Promise; }; export default _default;