6 lines
352 B
TypeScript
6 lines
352 B
TypeScript
import type { InstallConfig } from "./types";
|
|
import type { GeneratedOmoConfig } from "./model-fallback-types";
|
|
export type { GeneratedOmoConfig } from "./model-fallback-types";
|
|
export declare function generateModelConfig(config: InstallConfig): GeneratedOmoConfig;
|
|
export declare function shouldShowChatGPTOnlyWarning(config: InstallConfig): boolean;
|