import { ParseRefsContent } from './parseRefs.js'; import type { SomeSchema } from '@ui-schema/ui-schema/CommonTypings'; /** * @deprecated use new validatorPlugin instead */ export declare class SchemaRefPending extends Error { } /** * @deprecated use new validatorPlugin instead */ export declare const resolveRef: (ref: string, context: ParseRefsContent, schemaVersion?: string) => SomeSchema | undefined;