import * as t from '@babel/types'; import type { StateContext } from './types'; export declare function getHotIdentifier(state: StateContext): t.MemberExpression; //# sourceMappingURL=get-hot-identifier.d.ts.map