import type { ValidationIssue } from '../types'; export declare function validateElementValueBounds(value: any, elementAny: Record, path: string, profileUrl?: string): ValidationIssue[]; //# sourceMappingURL=element-rule-value-bounds.d.ts.map