import type * as babel from '@babel/core'; import type { StateContext } from './types'; export declare function getHMRDeclineCall(state: StateContext, path: babel.NodePath): babel.types.IfStatement; //# sourceMappingURL=get-hmr-decline-call.d.ts.map