import type { ElementDefinition } from '../core/structure-definition-types'; import type { ExtensionDefinition } from './extension-types'; export declare function selectDefinitionsForResourceContext(candidatesByUrl: Map, elements: ElementDefinition[], resource: any): Map; //# sourceMappingURL=extension-context-selection.d.ts.map