export declare abstract class BaseCommand { route: string; constructor(route: string); getRoute(): string; }