export declare class CommandController { private _loader; private _configuration; constructor(commandConfiguration?: any, commands?: any); printAllCommandsOf(project: string): void; }