import type { FastifyInstance } from 'fastify'; import type { GraphStore } from '@sniffo/storage'; export declare function registerCyclesRoutes(app: FastifyInstance, store: GraphStore): void; //# sourceMappingURL=cycles.d.ts.map