export declare class CliPrinter { isFirstSection: boolean; printSection(...lines: string[]): void; } //# sourceMappingURL=CliPrinter.d.ts.map