interface argon2.HashOptionsRe-exportimport { type argon2 } from "https://deno.land/x/argon2@v0.9.2/cli/deps.ts"; const { HashOptions } = argon2; Type ParametersoptionalT extends { } = { }Propertiessalt: Uint8Arraysecret: Uint8Arraydata: Tvariant: Variantversion: VersionmemoryCost: numbertimeCost: numberthreadMode: ThreadModelanes: numberhashLength: number