import { type Pred } from 'runtyp'; import type { JsonSchema } from './callspecDocumentTypes'; export declare function inputJsonSchema(input: Pred): JsonSchema;