class ArgonWorkerimport { ArgonWorker } from "https://deno.land/x/argon2ian@1.0.1/src/async.ts"; ConstructorsnewArgonWorker()Propertiespromises: Map<number, [CallableFunction, CallableFunction]>rid: numberworker: WorkerMethodshash(password: Uint8Array,salt: Uint8Array,options?: ArgonOptions,): Promise<Uint8Array>terminate()verify(password: Uint8Array,salt: Uint8Array,hash: Uint8Array,options?: ArgonOptions,): Promise<Uint8Array>