interface DecipherCCM implements Decipherimport { type DecipherCCM } from "https://deno.land/std@0.166.0/node/crypto.ts"; MethodssetAuthTag(buffer: ArrayBufferView): thissetAAD(buffer: ArrayBufferView, options: { plaintextLength: number; }): thisimport DecipherCCMimport { DecipherCCM } from "https://deno.land/std@0.166.0/node/crypto.ts";