import { Composition, COMPOSITOIN, Records } from ".";
import { IMMUNIZATION } from "../Immunization";
import { IMMUNIZATION_RECOMMENDATION } from "../ImmunizationRecommendation";
import { DOCUMENT_REFERENCE } from "../DocumentReference";
interface Args {
    composition: COMPOSITOIN;
    immunization?: IMMUNIZATION[];
    immunizationRecommendation?: IMMUNIZATION_RECOMMENDATION;
    documentReference?: DOCUMENT_REFERENCE[];
    title?: string;
}
export declare class ImmunizationRecordComp extends Composition implements Records {
    create: (options: Args, Credentials?: any, DatabasePath?: any) => Promise<any>;
    update: (options: Args, Credentials?: any, DatabasePath?: any) => Promise<any>;
    getOptions: (options: Args) => Promise<Args>;
}
export {};
//# sourceMappingURL=ImmunizationRecord.d.ts.map