import type { LanguageModel } from 'ai'; /** * Get the correct client and model configuration. * Throws an error if the given API key is not set in the settings. */ export declare function getModel(): Promise; //# sourceMappingURL=config.d.mts.map