import * as t from '@babel/types'; import { TranslationContent, TranslationJsx } from '../../state/StringCollector'; /** * Build a single `await Promise.all([...])` expression statement containing * runtime translate calls for all extracted strings and JSX content. */ export declare function buildRuntimeTranslateCalls({ strings, jsx, }: { strings: TranslationContent[]; jsx: TranslationJsx[]; }): t.ExpressionStatement; //# sourceMappingURL=buildRuntimeTranslateCalls.d.ts.map