variable isValidRe-exportimport { isValid } from "https://deno.land/x/frugal@0.9.6/dep/zod.ts"; type<T>(x: ParseReturnType<T>) => x is OK<T> | DIRTY<T>