import type { OAuthLoginCallbacks } from "./oauth/types.js"; export declare const loginVllm: (options: import("./oauth/index.js").OAuthController) => Promise; export declare const vllmProvider: { readonly id: "vllm"; readonly name: "vLLM (Local OpenAI-compatible)"; readonly login: (cb: OAuthLoginCallbacks) => Promise; };