export type GetPopupUrl = (tabUrl: string | undefined) => Promise | string | undefined; export default function setActionPopup(getPopupUrl: GetPopupUrl): void;