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