import { t as LoggerInterface } from "./LoggerInterface-DX2ijbYj.js"; import { t as ElectronLauncherInterface } from "./ElectronLauncherInterface-xeXMgLJh.js"; //#region src/infrastructure/ElectronLauncher.d.ts declare class ElectronLauncher implements ElectronLauncherInterface { #private; constructor(logger: LoggerInterface); launch(entryFile: string, args: string[]): Promise; restart(entryFile: string, args: string[]): Promise; kill(): Promise; private _registerSignalHandlers; } //#endregion export { ElectronLauncher as t }; //# sourceMappingURL=ElectronLauncher-Bt9z94zf.d.ts.map