import { type StringSchemaAsync } from "https://deno.land/x/valibot@v0.24.0/src/schemas/index.ts";
String schema async type.
definition: BaseSchemaAsync<string, TOutput> & { type: "string"; message: ErrorMessage; pipe: PipeAsync<string> | undefined; }