interface CipherCCM implements Cipherimport { type CipherCCM } from "https://deno.land/std@0.177.0/node/crypto.ts"; MethodssetAAD(buffer: ArrayBufferView, options: { plaintextLength: number; }): thisgetAuthTag(): Bufferimport CipherCCMimport { CipherCCM } from "https://deno.land/std@0.177.0/node/crypto.ts";