/** * @fileoverview Routing nudges emitted by `brapi_raw_get` / `brapi_raw_search` * when the target endpoint is already covered by a curated goal-shaped tool. * Keeps the raw surface honest about its role as a last-resort escape hatch. * * @module mcp-server/tools/shared/raw-routing-hints */ export declare function suggestForGet(path: string): string | undefined; export declare function suggestForSearch(noun: string): string | undefined; //# sourceMappingURL=raw-routing-hints.d.ts.map