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