import type { ElementDefinition } from '../core/structure-definition-types'; import type { ValidationTarget } from '../business-rules/element-validation-targets'; interface SliceMatchContext { resource: any; target: Pick; } export declare function targetMatchesSliceDefinition(value: any, element: ElementDefinition, elements: ElementDefinition[], context?: SliceMatchContext): boolean; export {}; //# sourceMappingURL=constraint-slice-targets.d.ts.map