import { Completion } from "./utils/completion";
import { ModelOptions } from "../types";
export declare class getModel {
    static getProviderForModel(model: ModelOptions): Completion;
}
