import type { OAuthController, OAuthLoginCallbacks } from "./oauth/types"; export declare function loginNvidia(options: OAuthController): Promise; export declare const nvidiaProvider: { readonly id: "nvidia"; readonly name: "NVIDIA"; readonly login: (cb: OAuthLoginCallbacks) => Promise; };