import { ServiceProvider } from './service.provider';
export declare class CommandProvider extends ServiceProvider {
    register(): void;
}
