function stringimport { string } from "https://deno.land/x/valibot@v0.5.0/src/schemas/string/index.ts"; string(pipe?: Pipe<string>): StringSchemaCreates a string schema. string(error?: string, pipe?: Pipe<string>): StringSchemaCreates a string schema. Creates a string schema. Parametersoptionalpipe: Pipe<string>A validation and transformation pipe. ReturnsStringSchemaA string schema. Creates a string schema. Parametersoptionalerror: stringThe error message. optionalpipe: Pipe<string>A validation and transformation pipe. ReturnsStringSchemaA string schema.