import { Router } from 'express';
import { ContextManager } from '../../core/context';
export declare function createAPIRoutes(contextManager: ContextManager): Router;
//# sourceMappingURL=routes.d.ts.map