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