import type { OAuthLoginCallbacks } from "./oauth/types"; export declare const loginHuggingface: (options: import("./oauth").OAuthController) => Promise; export declare const huggingfaceProvider: { readonly id: "huggingface"; readonly name: "Hugging Face Inference"; readonly login: (cb: OAuthLoginCallbacks) => Promise; };