import { JsonSchemaObject } from "../Types.js";
export declare const parseString: (schema: JsonSchemaObject & {
    type: "string";
}) => string;
