import type { Out, Type } from "arktype"; import { type StringSchema } from "./scope.ts"; export declare const parseStringJsonSchema: Type<(In: StringSchema) => Out>, any>;