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