export declare class ElectronChromedriver { private process; start(port: any): void; stop(): void; }