export declare const DEFAULT_SEED_SIZE_BYTES = 16; export declare const sendMsgTypeUrl = "/cosmos.bank.v1beta1.MsgSend"; export declare const delegateMsgTypeUrl = "/cosmos.staking.v1beta1.MsgDelegate"; export declare const undelegateMsgTypeUrl = "/cosmos.staking.v1beta1.MsgUndelegate"; export declare const withdrawDelegatorRewardMsgTypeUrl = "/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward"; export declare const validDenoms: string[]; export declare const accountAddressRegex: RegExp; export declare const validatorAddressRegex: RegExp; export declare const UNAVAILABLE_TEXT = "UNAVAILABLE"; //# sourceMappingURL=constants.d.ts.map