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