/** * Kill the driver process after `deleteSession` command is done * @param capabilities - the capabilities of the driver * @param shutdownDriver - whether to shutdown the driver */ export declare function killDriverProcess(capabilities: WebdriverIO.Capabilities, shutdownDriver: boolean): void; //# sourceMappingURL=utils.d.ts.map