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