export declare enum SwapInputError { NO_ACCOUNT = "No account selected", NO_AMOUNT = "Enter amount", NO_TOKEN = "Select a Token", SAME_TOKEN = "Cannot swap the same token", INSUFFICIENT_BALANCE = "Insufficient balance", NO_QUOTE = "Quote could not be retrieved" }