import { Composition, COMPOSITOIN, Records } from ".";
interface Args {
    composition: COMPOSITOIN;
    diagnosticReport: any;
    textInTable: boolean;
    serviceRequest: any;
}
export declare class DiagnosticReportComp extends Composition implements Records {
    /**
     * This sournads the table format in case data to be presented in table
     * @param options
     * @returns
     */
    private getTxtHTML;
    private setPerformerAndRequesterAndSpecimenAndReortTime;
    create: (options: Args, Credentials?: any, DatabasePath?: any) => Promise<any>;
    update: (options: Args, Credentials?: any, DatabasePath?: any) => Promise<any>;
    getOptions: (options: Args) => string;
}
export {};
//# sourceMappingURL=DiagnosticReportComp.d.ts.map