import type { OAuthLoginCallbacks } from "./oauth/types.js"; export declare const loginGmiCloud: (options: import("./oauth/index.js").OAuthController) => Promise; export declare const gmiCloudProvider: { readonly id: "gmi-cloud"; readonly name: "GMI Cloud"; readonly login: (cb: OAuthLoginCallbacks) => Promise; };