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