import { Composition, COMPOSITOIN, Records } from ".";
interface Args {
    composition: COMPOSITOIN;
    medicationRequest: any;
    notes?: any;
    followUp?: any;
}
export declare class PrescriptionRecord extends Composition implements Records {
    create: (options: Args) => Promise<any>;
    update: (options: Args) => Promise<any>;
    getOptions: (options: Args) => Promise<Args>;
}
export {};
//# sourceMappingURL=PrescriptionRecord.d.ts.map