import type { FastifyInstance } from 'fastify'; import type { ProjectManager } from '../orchestrator/projectManager'; export declare function registerProjectSecretRoutes(fastify: FastifyInstance, options: { readonly projectManager: ProjectManager; readonly workspaceRoot: string; }): void; //# sourceMappingURL=secretRoutes.d.ts.map