import { OnnxModelConfig } from '../core/onnxRuntime';
export declare const predefinedModels: Record<string, OnnxModelConfig>;
export declare function getModelConfig(modelName: string): OnnxModelConfig;
export declare function registerCustomModel(config: OnnxModelConfig): void;
