import type { ValidationIssue } from '../types'; import type { Constraint } from '../core/structure-definition-types'; export declare function validateDom3Constraint(resource: any, elementPath: string, constraint: Constraint, profileUrl: string): ValidationIssue[]; //# sourceMappingURL=constraint-dom-rules.d.ts.map