export declare class ArtheraService {
    private _options;
    private node;
    private tmpDir;
    static create(options: any): Promise<ArtheraService>;
    private constructor();
    startServer(): Promise<void>;
    stopServer(): Promise<void>;
}
//# sourceMappingURL=arthera-service.d.ts.map