import type { OAuthLoginCallbacks } from "./oauth/types"; export declare const loginUmans: (options: import("./oauth").OAuthController) => Promise; export declare const umansProvider: { readonly id: "umans"; readonly name: "Umans AI Coding Plan"; readonly login: (cb: OAuthLoginCallbacks) => Promise; };