import type { OAuthLoginCallbacks } from "./oauth/types"; export declare const loginCerebras: (options: import("./oauth").OAuthController) => Promise; export declare const cerebrasProvider: { readonly id: "cerebras"; readonly name: "Cerebras"; readonly login: (cb: OAuthLoginCallbacks) => Promise; };