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