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