RedelegationEntryResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): RedelegationEntryResponse;
    encode(message: RedelegationEntryResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: RedelegationEntryResponseAmino): RedelegationEntryResponse;
    fromAminoMsg(object: RedelegationEntryResponseAminoMsg): RedelegationEntryResponse;
    fromPartial(object: {
        balance?: string;
        redelegationEntry?: {
            completionTime?: Date;
            creationHeight?: bigint;
            initialBalance?: string;
            sharesDst?: string;
        };
    }): RedelegationEntryResponse;
    fromProtoMsg(message: RedelegationEntryResponseProtoMsg): RedelegationEntryResponse;
    toAmino(message: RedelegationEntryResponse): RedelegationEntryResponseAmino;
    toAminoMsg(message: RedelegationEntryResponse): RedelegationEntryResponseAminoMsg;
    toProto(message: RedelegationEntryResponse): Uint8Array;
    toProtoMsg(message: RedelegationEntryResponse): RedelegationEntryResponseProtoMsg;
}