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