import type { TAppNotificationValuesUnexpectedError } from '@commercetools-frontend/constants';
export default function showUnexpectedErrorNotification({ errorId, }?: TAppNotificationValuesUnexpectedError): import("@commercetools-frontend/notifications").TAddNotificationAction<import("@commercetools-frontend/constants").TAppNotificationOfDomain & {
    kind: import("@commercetools-frontend/constants").TAppNotificationKindPage;
} & {
    id: number;
    text?: undefined;
    values?: TAppNotificationValuesUnexpectedError | undefined;
} & import("@commercetools-frontend/notifications").TNotification>;
