import { type JsonSchema, type Type } from "arktype"; export declare const parseCommonJsonSchema: (jsonSchema: JsonSchema) => Type | undefined;