import type { ValidationIssue } from '../types'; import type { ElementDefinition } from '../core/structure-definition-types'; export declare class ElementRulesValidator { validate(value: any, elementDef: ElementDefinition, path: string, profileUrl?: string): ValidationIssue[]; private validateSingle; private matchesFixedValue; private checkPatternMatch; } //# sourceMappingURL=element-rules-validator.d.ts.map