import { IPatientLink, IOperationOutcomeIssue } from 'fhirtypes/dist/r4';
/**
 * @description Validates the PatientLink model
 * @param dataToValidate - the PatientLink model to validate
 * @param path - the path to the model
 * @param errors - the errors array
 */
export declare function PatientLinkValidator<T extends IPatientLink>(dataToValidate: T, path?: string, errors?: IOperationOutcomeIssue[]): void;
