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