export declare const PORT_OPTION_NAME = "--remote-debugging-port";
export declare const ADDRESS_OPTION_NAME = "--remote-debugging-address";
export declare const SUPPORTED_BROWSERS: readonly string[];
export declare const MAX_NETWORK_IDLE_THRESHOLD = 100;
export declare const MAX_NETWORK_IDLE_DURATION = 5000;
