import type { FastifyInstance, FastifyRequest } from 'fastify'; import type { HitLimitOptions } from '@joint-ops/hitlimit-types'; declare function hitlimitPlugin(fastify: FastifyInstance, options: HitLimitOptions): Promise; export declare const hitlimit: typeof hitlimitPlugin; export {}; //# sourceMappingURL=fastify.d.ts.map