import type { V1RouteHandler } from '../router.js'; import { type AgentRouteContext } from './agent-runs.js'; export declare function createAgentPromotionsRoute(context: AgentRouteContext): V1RouteHandler; export declare function agentPromotionsOperation(method: string, pathname: string): string | undefined; //# sourceMappingURL=agent-promotions.d.ts.map