import { type IntlShape } from 'react-intl'; /** @internal */ export declare function noWritePermissionToast(intl: IntlShape, notificationEnabled: boolean): void; /** @internal */ export declare function notificationLimitReachedToast(intl: IntlShape, notificationType: string): void; /** @internal */ export declare function notificationGenericErrorToast(intl: IntlShape): void;