/** All states a Credential can be in */
export declare enum CredentialStateEnum {
    'expired' = "expired",
    'pendingValidation' = "pendingValidation",
    'refused' = "refused",
    'validated' = "validated"
}
//# sourceMappingURL=CredentialStateEnum.d.ts.map