import type { PluginLanguage } from '../types.js';
export declare const enTranslations: {
    'plugin-import-export': {
        allLocales: string;
        exportDocumentLabel: string;
        importDocumentLabel: string;
        exportOptions: string;
        importOptions: string;
        'field-depth-label': string;
        'field-drafts-label': string;
        'field-fields-label': string;
        'field-file-label': string;
        'field-format-label': string;
        'field-limit-label': string;
        'field-locale-label': string;
        'field-name-label': string;
        'field-onDuplicateAction-label': string;
        'field-selectionToUse-label': string;
        'field-sort-label': string;
        'importOptions-replace': string;
        'importOptions-skip': string;
        importResult: string;
        'importResult-errors': string;
        'importResult-imported': string;
        'importResult-processedAt': string;
        'importResult-skipped': string;
        'importResult-success': string;
        'importResult-updated': string;
        'selectionToUse-allDocuments': string;
        'selectionToUse-currentFilters': string;
        'selectionToUse-currentSelection': string;
        totalDocumentsCount: string;
    };
};
export declare const en: PluginLanguage;
