import { ModelMap } from "./types.js";
export declare const MODELS: ModelMap;
export declare function getModel(modelKey: string): {
    provider: string;
    modelName: string;
    contextWindow: number;
};
