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