export declare enum AutomatedVotingOptionCurrentDelegation {
    drep_always_abstain = "drep_always_abstain",
    drep_always_no_confidence = "drep_always_no_confidence"
}
export declare enum AutomatedVotingOptionDelegationId {
    abstain = "abstain",
    no_confidence = "no_confidence"
}
