RedelegationEntryResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): RedelegationEntryResponse;
    encode(message: RedelegationEntryResponse, writer?: BinaryWriter): BinaryWriter;
    fromJSON(object: any): RedelegationEntryResponse;
    fromPartial<I>(object: I): RedelegationEntryResponse;
    toJSON(message: RedelegationEntryResponse): unknown;
}