import type { InstallConfig } from "./types"; import type { GeneratedOcoConfig } from "./model-fallback-types"; export type { GeneratedOcoConfig } from "./model-fallback-types"; export declare function generateModelConfig(config: InstallConfig): GeneratedOcoConfig; export declare function shouldShowChatGPTOnlyWarning(config: InstallConfig): boolean;