type Provider = "google" | "github" | "passkey" | "apple" | "cognito" | "gitlab" | "msft-entra" | "slack" | "atlassian" | "auth0" | "discord" | "facebook" | "jumpcloud";
export declare function signin(provider: Provider, apiBase?: string, redirect_action?: string, redirect_context?: string): void;
export {};
//# sourceMappingURL=signin.d.ts.map