export declare enum ErrorCodes { UnknownError = 0, MaxGasLimit = 1, InsufficientBalance = 2, MinimalFee = 3, DataEntryNotFound = 4 }