import type { Dictionary } from '@overture-stack/lectern-dictionary'; import { type TestResult } from '../types'; import type { DictionaryValidationErrorUnrecognizedSchema } from './DictionaryValidationError'; export declare const testUnrecognizedSchema: (schemaName: string, dictionary: Dictionary) => TestResult;