export declare const CHINESE_PLAN_TOOL_INVOCATION_RE: RegExp; export declare const NOISE_PLANNED_TOOL_NAMES: Set; export declare const ENGLISH_PLAN_TOOL_INVOCATION_RE: RegExp; export declare const ENGLISH_PLAN_NEGATION_BEFORE_RE: RegExp; export declare const CHINESE_PLAN_NEGATION_BEFORE_RE: RegExp; export declare const WEB_INTENT_TOOL_NAME_ALLOWLIST: readonly ["web_fetch", "web_search", "open_url", "open_browser", "browser_capture", "doc_search", "doc_search_local"]; export declare function buildNamedWebToolMatcher(registeredToolNames: readonly string[]): RegExp; //# sourceMappingURL=plan-detection.d.ts.map