import type { Client } from "../Client";
export declare class Base {
    /**
     * the client instance
     */
    client: Client;
    constructor(client: Client);
}
