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