import type { ProviderV4 } from "@ai-sdk/provider"; import type { ModelId } from "../../models/types"; export declare const withCanonicalIdsForChutes: (provider: ProviderV4, extraMapping?: Record) => ProviderV4;