import { TransformState } from '../../../state/types'; import * as t from '@babel/types'; import { NodePath } from '@babel/traverse'; /** * Injects parameters into invocation of useGT_callback(..., { $_hash }) * @param parentIdentifier - identifier from callback declaration (ie maps to useGT() call) */ export declare function injectUseGTCallbackParameters(callExprPath: NodePath, state: TransformState): void; //# sourceMappingURL=injectUseGTCallbackParameters.d.ts.map