import type { UsingClient } from '../../commands'; /** */ export declare class Base { constructor(client: UsingClient); readonly client: UsingClient; }