import type { FastifyRequest, FastifyReply } from '../../types/global.js'; export declare function initialize(req: FastifyRequest, _reply: FastifyReply): Promise; export declare function track(req: FastifyRequest, _reply: FastifyReply, payload: any): Promise; //# sourceMappingURL=tracker.d.ts.map