import { Msg } from '../../../cosmos/v1beta1/types/msg'; import { InitConfigurations } from '../../../core/cro'; import * as legacyAmino from '../../../cosmos/amino'; export declare const msgSetWithdrawAddress: (config: InitConfigurations) => { new (options: MsgSetWithdrawAddressOptions): { readonly delegatorAddress: string; readonly withdrawAddress: string; toRawAminoMsg(): legacyAmino.Msg; toRawMsg(): Msg; validateAddresses(): void; }; }; export declare type MsgSetWithdrawAddressOptions = { delegatorAddress: string; withdrawAddress: string; }; //# sourceMappingURL=MsgSetWithdrawAddress.d.ts.map