/** * Patient Business Rule Validators * * Validators for Patient resource business rules. */ import type { ValidationIssue } from '@records-fhir/validation-types'; export declare function validatePatientAge(resource: any, resourceType: string): Promise; //# sourceMappingURL=patient-validators.d.ts.map