import { TransformState } from '../../state/types'; import * as t from '@babel/types'; import { NodePath } from '@babel/traverse'; /** * Injects $_hash into standalone t() invocations. */ export declare function injectStandaloneTFunctionParameters(callExprPath: NodePath, state: TransformState): void; //# sourceMappingURL=injectStandaloneTFunctionParameters.d.ts.map