import type { OAuthLoginCallbacks } from "./oauth/types.js"; export declare const loginLlamaCpp: (options: import("./oauth/index.js").OAuthController) => Promise; export declare const llamaCppProvider: { readonly id: "llama.cpp"; readonly name: "llama.cpp (Local OpenAI-compatible)"; readonly envKeys: "LLAMA_CPP_API_KEY"; readonly login: (cb: OAuthLoginCallbacks) => Promise; };