/**
 * Production ToolContext — wires up caching, rate limiting, credentials,
 * and Retry-After handling. Single unified context for all tools.
 */
import type { ToolContext } from "./tools/context.ts";
/**

 * Unified production context — all tools share caching, rate limiting, and credentials

 */
export declare const context: ToolContext;
//# sourceMappingURL=contexts.d.ts.map