import type { NotificationTranslatorOptions } from './types';
import type { Translator } from '../TranslationBuilder';
export declare const attachmentUploadBlockedNotificationTranslator: Translator<NotificationTranslatorOptions>;
export declare const attachmentUploadFailedNotificationTranslator: Translator<NotificationTranslatorOptions>;
export declare const attachmentUploadNotTerminatedTranslator: Translator<NotificationTranslatorOptions>;
