import type { ToolDef } from "./index.js"; /** * `get_troubleshooting_guide` — the support twin of `get_marketing_playbook`. * A model-controlled tool that returns the validated symptom→cause→fix guide * distilled from real support cases. The trigger-oriented description below * makes the user's agent call it on its own when the user reports a SealMetrics * problem, so the answer comes from validated resolutions instead of guesses; * the guide then points the model at the verification tools * (test_channel_rules, verify_event_instrumented, raw endpoints, …) to confirm * with real data. * * Registered in ALL_TOOLS, so it inherits the read-only gate: hidden without an * api_key, enabled with one. The handler ignores `client`; it only returns the * embedded CONTENT. */ export declare const getTroubleshootingGuideTool: ToolDef; //# sourceMappingURL=support.d.ts.map