import { Ti18nDocument } from '../../types'; export declare const fixOrphanedDocuments: (basedocuments: Ti18nDocument[], translatedDocuments: Ti18nDocument[]) => Promise;