import type { z } from 'zod'; import type { JsonSchemaObject } from '../types'; export declare function extendSchemaWithMessage(zodSchema: TZod, jsonSchema: TJson, key: TKey, extend: (zodSchema: TZod, value: NonNullable, errorMessage?: string) => TZod): TZod;