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