1 2 3 4 5 6 7 8
import type { Client } from "../Client"; export declare class Base { /** * the client instance */ client: Client; constructor(client: Client); }