import type { LinkedJSONSchema } from './types/JSONSchema'; export declare function applySchemaTyping(schema: LinkedJSONSchema): void;