import type { CheckResult } from "../types"; import type { ModelResolutionInfo, OcoConfig } from "./model-resolution-types"; export declare function getModelResolutionInfo(): ModelResolutionInfo; export declare function getModelResolutionInfoWithOverrides(config: OcoConfig): ModelResolutionInfo; export declare function checkModels(): Promise; export declare const checkModelResolution: typeof checkModels;