variable z.isAsyncRe-exportimport { z } from "https://deno.land/x/zod@v3.20.5/index.ts"; const { isAsync } = z; type<T>(x: ParseReturnType<T>) => x is AsyncParseReturnType<T>