import { type JsonSchema, type Out, type Type } from "arktype"; export declare const parseObjectJsonSchema: Type<(In: JsonSchema.Object) => Out>, any>;