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