import { TAlertAndConfirmPayload } from '../../common/types';
export declare const showAlertOrConfirm: (payload: TAlertAndConfirmPayload, tabId: number) => Promise<boolean>;
