export default interface ILaunchOptions { showBrowser?: boolean; executablePath: string; proxyPort: number; dumpio?: boolean; env?: Record; }