import type { ToolResult } from '../types/tools.js'; export declare function isWrfcWorkflowRequest(text: string): boolean; export declare function userProhibitsDelegation(text: string): boolean; export declare function buildWrfcWorkflowRoutingPrompt(text: string): string | null; export declare function toolResultIndicatesAuthoritativeWrfcChain(result: ToolResult): boolean; //# sourceMappingURL=wrfc-routing.d.ts.map