import * as t from '@babel/types'; /** * Inject $_hash into the second options argument for string translation calls. */ export declare function injectHashIntoTranslationOptions(callExpr: t.CallExpression, hash: string): void; //# sourceMappingURL=injectHashIntoTranslationOptions.d.ts.map