import { ApiMethodDeclaration } from '..'; type ParamsData = { namespaceId: number; type: 'chaneExisting' | 'addMissing'; }; type ResponseData = any; export declare const updateAllTranslationsInNamespace: ApiMethodDeclaration; export {};