MsgSetWithdrawAddress: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgSetWithdrawAddress;
    encode(message: MsgSetWithdrawAddress, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: MsgSetWithdrawAddressAmino): MsgSetWithdrawAddress;
    fromAminoMsg(object: MsgSetWithdrawAddressAminoMsg): MsgSetWithdrawAddress;
    fromPartial(object: {
        delegatorAddress?: string;
        withdrawAddress?: string;
    }): MsgSetWithdrawAddress;
    fromProtoMsg(message: MsgSetWithdrawAddressProtoMsg): MsgSetWithdrawAddress;
    toAmino(message: MsgSetWithdrawAddress): MsgSetWithdrawAddressAmino;
    toAminoMsg(message: MsgSetWithdrawAddress): MsgSetWithdrawAddressAminoMsg;
    toProto(message: MsgSetWithdrawAddress): Uint8Array;
    toProtoMsg(message: MsgSetWithdrawAddress): MsgSetWithdrawAddressProtoMsg;
}