import type { FastifyInstance } from 'fastify'; import type { JobManager } from '../services/job-manager.js'; export declare function registerExecuteRoutes(app: FastifyInstance, jobManager: JobManager): void; //# sourceMappingURL=execute.d.ts.map