import type { IntentRouteDecision, WorkspaceSourceInventoryItem } from './types.js'; export declare function routeIntent(params: { message: string; inventory: WorkspaceSourceInventoryItem[]; recentArtifacts?: string[]; memorySignals?: string[]; }): IntentRouteDecision; //# sourceMappingURL=intent-router.d.ts.map