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