export declare const OKX_ERROR = "Something wrong with OKX";
export declare const OKX_WL_ERROR = "Wallet was not whitelisted in OKX";
export declare const LOW_BALANCE_ERROR = "Balance is too low to make transaction. Please topUp your wallet";
export declare const MIN_TOKEN_BALANCE_ERROR = "Balance is lower than minTokenBalance";
export declare const MERKLY_LOW_BALANCE_ERROR = "Balance is too low to make transaction. You need to topUp wallet or decrease minAndMaxAmount";
export declare const ZKLEND_DEPOSIT_NOT_FOUND_ERROR = "deposit was not found";
export declare const ZKLEND_SUPPLY_AMOUNT = "Amount to supply can not be greater than current balance. usePercentBalance better to use instead";
export declare const VOTE_INTERVAL = "require vote interval";
export declare const CHECK_IN_INTERVAL = "checkin too often";
export declare const NFT_CLAIMED = "Profile NFT: Single address is not allowed to have multiple tokens";
export declare const AMOUNT_IS_TOO_LOW_ERROR = "Amount to withdraw is to low to get minimal native balance or lower than minAmount. Increase your minAndMaxAmount or expectedBalance";
export declare const KILOEX_LOW_POINTS_BALANCE_ERROR = "You need a points balance of \u226535 to check in. You can first obtain Trading/Earn/Referral points.";
export declare const EMPTY_ANTICAPTCHA_KEY_ERROR = "It requires anticaptcha key. Please provide ANTICAPTCHA_KEY to the global.ts";
export declare const EMPTY_CAPMONSTER_KEY_ERROR = "It requires capmonster captcha key. Please provide CAPMONSTER_CAPTCHA_KEY to the global.ts";
export declare const NO_MAIL_TO_USE = "You dont have not used mails";
export declare const SECOND_ADDRESS_EMPTY_ERROR = "You dont have a second address to transfer BNB. Please add it to the _inputs/csv/wallets.csv";
export declare const ACTIVITY_ENDED_ERROR = "Activity end";
export declare const INVALID_API_KEY_ERROR = "API-key is invalid. Please check your key in _inputs/settings/global.ts";
export declare const LOW_AMOUNT_ERROR = "Cannot be less than the minimum delivery amount";
export declare const ANTICAPTCHA_LOW_BALANCE_ERROR = "Account has zero or negative balance";
export declare const ANTICAPTCHA_LOW_BALANCE_CUSTOM_ERROR = "Anticaptcha account has low balance";
export declare const UNABLE_GET_WITHDRAW_FEE_ERROR = "Unable to get fee for current withdraw parameters";
export declare const NOTHING_TO_CLAIM_ERROR = "Nothing to claim";
export declare const IS_CLAIMED_ERROR = "Already claimed";
export declare const NFT_HOLDING_ERROR = "Only hold NFT to sign in";
export declare const NFT_HOLDING_CUSTOM_ERROR = "You need to hold NFT to make it";
export declare const NETWORK_IS_WRONG_ERROR = "network is wrong";
export declare const WITHDRAW_ERROR = "Unable to make withdraw successfully";
export declare const NO_CURRENCY_ERROR = "User does not own this currency";
export declare const NO_TOKEN_ERROR = "You do not have enough of this token in your balance";
export declare const SOMETHING_WENT_WRONG = "Something went wrong";
export declare const MAX_TXS_COUNT_IS_DONE_MESSAGE = "already equals or more than provided maxTxsCount";
export declare const SUCCESS_MESSAGES_TO_STOP_WALLET: string[];
export declare const CRITICAL_ERRORS_MAP: {
    'The total cost (gas * gas fee + value)': string;
    "Account has zero or negative balance": string;
    'intrinsic gas too high': string;
    'insufficient balance for transfer': string;
    'out of gas: gas required exceeds allowance': string;
    'API-key format invalid': string;
    'Invalid Api-Key ID': string;
    'not authorized to execute this request': string;
    "Wallet was not whitelisted in OKX": string;
    "Something wrong with OKX": string;
    "Amount to withdraw is to low to get minimal native balance or lower than minAmount. Increase your minAndMaxAmount or expectedBalance": string;
    "Unable to make withdraw successfully": string;
    "User does not own this currency": string;
};
export declare const WARNING_ERRORS_MAP: {
    "Unable to get fee for current withdraw parameters": string;
    "Nothing to claim": string;
    "Cannot be less than the minimum delivery amount": string;
    "You dont have not used mails": string;
    "You dont have a second address to transfer BNB. Please add it to the _inputs/csv/wallets.csv": string;
    "It requires anticaptcha key. Please provide ANTICAPTCHA_KEY to the global.ts": string;
    "It requires capmonster captcha key. Please provide CAPMONSTER_CAPTCHA_KEY to the global.ts": string;
};
export declare const PASSED_ERROR_MAP: {
    "Activity end": string;
    "checkin too often": string;
    "require vote interval": string;
    "Already claimed": string;
    "Profile NFT: Single address is not allowed to have multiple tokens": string;
    "Only hold NFT to sign in": string;
};
export declare const NOT_SAVE_FAILED_WALLET_ERRORS: string[];
