export declare enum IdentityProviderState {
    Idle = 0,
    Preparing = 10,
    Syncing = 20,
    Committing = 30
}
