export declare type BrowserActionChangeType = 'setPopup' | 'setBadgeText' | 'setTitle' | 'setIcon' | 'setBadgeBackgroundColor'; export declare const BROWSER_ACTION_METHODS: BrowserActionChangeType[];