//////////////////////////////////////////////////////
// BEWARE: DO NOT EDIT MANUALLY! Changes will be lost!
//////////////////////////////////////////////////////

import { Action } from "./action";

/**
 * Namespace: browser.browserAction
 */
export namespace BrowserAction {
    interface Static extends Action.Static {
        [s: string]: unknown;
    }
}
