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