import type { DefinitionSchemaParserContext } from '../schema/creator/types.js'; /** * Creates a definition schema parser context with no plugins. * Useful for unit tests that need to build or parse definition schemas * without a full project context. */ export declare function createEmptyParserContext(): DefinitionSchemaParserContext; //# sourceMappingURL=parser-context.test-helper.d.ts.map