import { TranslationsServiceClient } from './TranslationsServiceClient'; export declare function mkTranslationsServiceClient({ poeditorApiToken, poeditorProjectId, }: { poeditorApiToken?: string; poeditorProjectId?: number; }): TranslationsServiceClient; //# sourceMappingURL=mkTranslationsServiceClient.d.ts.map