import { ResourceMaster } from "../Interfaces";
import ResourceMain from "./ResourceMai";
export declare class EndPoint extends ResourceMain implements ResourceMaster {
    toHtml(): Promise<string>;
    getFHIR(options: any): void;
    convertFhirToObject(options: any): void;
    statusArray?: Function | undefined;
}
//# sourceMappingURL=Endpoint.d.ts.map