import type { ModelInfo } from "./types.js"; export declare function isModelAvailabilityError(error: string | undefined | null): boolean; export declare function selectClaudeModelFallback(opts: { engine: string; requestedModel?: string; error?: string | null; models: ModelInfo[]; }): string | undefined; //# sourceMappingURL=model-fallback.d.ts.map