import { MessageService } from '@igo2/core/message';
export declare function handleFileExportError(error: Error, messageService: MessageService): void;
export declare function handleFileExportSuccess(messageService: MessageService): void;
export declare function handleNothingToExportError(messageService: MessageService): void;
