import type { FastifyInstance } from 'fastify';
import { Server } from 'socket.io';
declare module 'fastify' {
    interface FastifyInstance {
        io: Server;
    }
}
declare const _default: (fastify: FastifyInstance) => Promise<void>;
export default _default;
//# sourceMappingURL=index.d.ts.map