export declare enum PoFError {
    VALIDATOR_NOT_CONFIGURED = 11,
    WALLET_NOT_SLOW = 12,
    IS_JAILED = 13,
    TOO_FEW_VOUCHES = 14,
    BID_IS_ZERO = 15,
    BID_EXPIRED = 16,
    LOW_UNLOCKED_COIN_BALANCE = 17
}
export declare const mapPoFErrors: (list: string[]) => string[];
//# sourceMappingURL=pofError.d.ts.map