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