import type { ValidationIssue } from '../types'; export declare function isHtmlChecksExpression(expression: string | undefined): boolean; export declare function evaluateHtmlChecksConstraint(expression: string | undefined, context: unknown, path: string, resourceType: string, profileUrl?: string): ValidationIssue[] | null; export declare function appendHtmlChecksConstraintIssues(issues: ValidationIssue[], expression: string | undefined, context: unknown, path: string, resourceType: string, profileUrl?: string): boolean; //# sourceMappingURL=fhirpath-html-checks.d.ts.map