import { type Element } from '../../state/read-only-state'; import { MakeswiftClient } from '../../client'; import { type ApiRequest, ApiResponse, type ErrorResponseBody } from '../request-response'; type TranslatedData = { elementTree: Element; }; export declare function mergeTranslatedDataHandler(req: ApiRequest, { client }: { client: MakeswiftClient; }): Promise>; export {}; //# sourceMappingURL=merge-translated-data.d.ts.map