/** * Infers a model's API provider from its id prefix * (docs/plans/token-cost-tracking-plan.md ยง8: "derive `provider` from model id * prefix when the transcript doesn't state it"). Returns `undefined` rather * than guessing wrong for an id we don't recognize. */ export declare function inferProviderFromModel(model: string): string | undefined; //# sourceMappingURL=providers.d.ts.map