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