export declare const AGENT_ERROR: import("../types.js").RegisteredError; export declare const AGENT_NOT_FOUND: import("../types.js").RegisteredError; export declare const AGENT_TIMEOUT: import("../types.js").RegisteredError; export declare const AGENT_INTENT_ERROR: import("../types.js").RegisteredError; export declare const ORCHESTRATION_ERROR: import("../types.js").RegisteredError; export declare const COST_LIMIT_EXCEEDED: import("../types.js").RegisteredError; export declare const TOOL_ID_CONFLICT: import("../types.js").RegisteredError; export declare const DURABLE_RUN_EVENT_PERSISTENCE_FAILED: import("../types.js").RegisteredError; /** * The default model's provider has no credential while a different provider * does. Resolution stays deterministic rather than silently substituting * whichever key happens to be present on this machine. */ export declare const DEFAULT_MODEL_CREDENTIAL_MISMATCH: import("../types.js").RegisteredError; /** Registry fragment for AGENT errors (slug → definition). */ export declare const AGENT_REGISTRY: { readonly "agent-error": import("../types.js").RegisteredError; readonly "agent-not-found": import("../types.js").RegisteredError; readonly "agent-timeout": import("../types.js").RegisteredError; readonly "agent-intent-error": import("../types.js").RegisteredError; readonly "orchestration-error": import("../types.js").RegisteredError; readonly "cost-limit-exceeded": import("../types.js").RegisteredError; readonly "tool-id-conflict": import("../types.js").RegisteredError; readonly "durable-run-event-persistence-failed": import("../types.js").RegisteredError; readonly "default-model-credential-mismatch": import("../types.js").RegisteredError; }; //# sourceMappingURL=agent.d.ts.map