export type Browser = 'chrome';
export declare const DEFAULT_BROWSER: Browser;
