import type { JSONPath } from './zod-types';
export declare const getSchemaLabel: (jsonPath: JSONPath) => string;
