export function match(options?: { pattern: RegExp; } | undefined): Schema.StringSchema; export function text(options?: { pattern: RegExp; } | undefined): Schema.StringSchema; export function read(input: unknown): Schema.Result; import * as Schema from './schema.js'; //# sourceMappingURL=text.d.ts.map