import type { HotApi } from './interface'; export declare const resetCallCounter: (hot: HotApi) => void; export declare const getCallCounter: (hot: HotApi) => number; //# sourceMappingURL=callCounter.d.ts.map