export declare const OAuthConnectionStatus: { readonly Active: "active"; readonly RefreshFailed: "refresh_failed"; readonly Revoked: "revoked"; }; export type OAuthConnectionStatus = (typeof OAuthConnectionStatus)[keyof typeof OAuthConnectionStatus];