import type { OAuthController, OAuthLoginCallbacks } from "./oauth/types"; export declare function loginOllamaCloud(options: OAuthController): Promise; export declare const ollamaCloudProvider: { readonly id: "ollama-cloud"; readonly name: "Ollama Cloud"; readonly login: (cb: OAuthLoginCallbacks) => Promise; };