import { ResourceMaster } from "../../Interfaces";
import ResourceMain from "../../resources/ResourceMai";
export declare class InsurancePlanBundle extends ResourceMain implements ResourceMaster {
    toHtml(): Promise<string>;
    convertFhirToObject(options: any): void;
    statusArray?: Function | undefined;
    getFHIR(options: {
        id?: string;
        InsurancePlan: any;
        Organization?: any;
        dateTime?: string;
    }): {
        resourceType: string;
        id: string | undefined;
        meta: {
            versionId: string;
            profile: string[];
            security: {
                system: string;
                code: string;
                display: string;
            }[];
        };
        type: string;
        timestamp: string;
        entry: ({
            fullUrl: string;
            resource: any;
        } | undefined)[];
    };
}
//# sourceMappingURL=InsuranceBundle.d.ts.map