/** ℹ️ This enum is non-exhaustive. */ export declare const ProviderLinkResponseState: { readonly Success: "success"; readonly Error: "error"; readonly PendingProviderMfa: "pending_provider_mfa"; }; export type ProviderLinkResponseState = (typeof ProviderLinkResponseState)[keyof typeof ProviderLinkResponseState];