import type { FffService } from "../services/fff-service.js"; import type { HookDefinition } from "./index.js"; export declare function createTrackFrecencyHook(service: FffService): HookDefinition; //# sourceMappingURL=track-frecency.d.ts.map