//#region src/domain/contracts/ElectronLauncherInterface.d.ts interface ElectronLauncherInterface { launch(entryFile: string, args: string[]): Promise; restart(entryFile: string, args: string[]): Promise; kill(): Promise; } //#endregion export { ElectronLauncherInterface as t }; //# sourceMappingURL=ElectronLauncherInterface-xeXMgLJh.d.ts.map