/** * Define the plugin name to report to extra. */ export declare const PLUGIN_NAME: string; /** * Used for testing only. * * Get this by navigating to chrome://version */ export declare let TestBrowserExecutablePath: string | undefined;