interface HashOptionsimport { type HashOptions } from "https://deno.land/x/argon2@v0.9.2/lib/dev.ts"; Type ParametersoptionalT extends { } = { }Propertiessalt: Uint8Arraysecret: Uint8Arraydata: Tvariant: Variantversion: VersionmemoryCost: numbertimeCost: numberthreadMode: ThreadModelanes: numberhashLength: number