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