import { Client } from '../client'; export declare class ThBaseRequest { private readonly client; constructor(http: Client); }