import { z } from 'zod'; import type { JsonSchemaObject } from '../types'; export declare const parseString: (jsonSchema: JsonSchemaObject & { type: "string"; }) => z.ZodString;