interface CipherGCM implements Cipherimport { type CipherGCM } from "https://dotland.deno.dev/std@0.177.0/node/internal/crypto/cipher.ts"; MethodssetAAD(buffer: ArrayBufferView, options?: { plaintextLength: number; }): thisgetAuthTag(): Buffer