import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; //#region extensions/chutes/onboard.d.ts /** * Apply Chutes provider configuration without changing the default model. * Registers all catalog models and sets provider aliases (chutes-fast, etc.). */ declare function applyChutesProviderConfig(cfg: KlawConfig): KlawConfig; /** * Apply Chutes provider configuration AND set Chutes as the default model. */ declare function applyChutesConfig(cfg: KlawConfig): KlawConfig; declare function applyChutesApiKeyConfig(cfg: KlawConfig): KlawConfig; //#endregion export { applyChutesConfig as n, applyChutesProviderConfig as r, applyChutesApiKeyConfig as t };