import type { FastifyInstance } from 'fastify';
import { Queue } from 'bullmq';
declare module 'fastify' {
    interface FastifyInstance {
        zkPollQueue: Queue;
    }
}
declare const _default: (fastify: FastifyInstance) => Promise<void>;
export default _default;
//# sourceMappingURL=workers.d.ts.map