import { ResourceMaster } from "../../Interfaces";
import { IDENTTIFIER } from "../../config";
import ResourceMain from "../../resources/ResourceMai";
export declare class TaskBundle extends ResourceMain implements ResourceMaster {
    toHtml(): Promise<string>;
    convertFhirToObject(options: any): void;
    statusArray?: Function | undefined;
    getFHIR(options: {
        id?: string;
        indentfier: IDENTTIFIER;
        resourceType: "Bundle";
        dateTime: string;
        claim?: any;
        patient?: any;
        communicationRequest?: any;
        communication?: any;
        task: any;
        practitioner?: any[];
        organization?: any[];
        coverage?: any;
        documentReference?: any[];
        hcx: "nhcx" | "swasth";
    }): any;
}
//# sourceMappingURL=TaskBundle.d.ts.map