import { TransactionType } from '@bitgo/sdk-core'; import { BaseCoin as CoinConfig } from '@bitgo/statics'; import { RedelegateMessage } from './iface'; import { CosmosTransactionBuilder } from './transactionBuilder'; import { CosmosUtils } from './utils'; export declare class StakingRedelegateBuilder extends CosmosTransactionBuilder { protected _utils: CosmosUtils; constructor(_coinConfig: Readonly, utils: CosmosUtils); protected get transactionType(): TransactionType; /** @inheritdoc */ messages(redelegateMessages: RedelegateMessage[]): this; } //# sourceMappingURL=StakingRedelegateBuilder.d.ts.map