import { type Manifest, type FilepathList } from '../../../../webpack-types';
export declare function action(manifest: Manifest, excludeList: FilepathList): {
    action: {
        default_icon?: string | chrome.runtime.ManifestIcons | undefined;
        default_popup?: string | undefined;
        default_title?: string | undefined;
    };
} | undefined;
