import * as wct from 'wct';
export declare function checkSeleniumEnvironment(): Promise<void>;
export declare function startSeleniumServer(wct: wct.Context, args: string[], javaArgs: string[]): Promise<number>;
export declare function installAndStartSeleniumServer(wct: wct.Context, args: string[], javaArgs: string[]): Promise<number>;
