import { Command } from '@oclif/command'; export declare class DisplayService { private oclifContext; constructor(oclifContext: Command); displaySuccess(message: string): void; displayError(message: string, commandToRun?: string): void; }