import type { OAuthLoginCallbacks } from "./oauth/types"; export declare const loginFireworks: (options: import("./oauth").OAuthController) => Promise; export declare const fireworksProvider: { readonly id: "fireworks"; readonly name: "Fireworks"; readonly login: (cb: OAuthLoginCallbacks) => Promise; };