import { colorType } from "../constant/color"; import { Options } from "./option.interface"; export declare class HelloHelp { private project; private introduce; private options?; private titleColor; primaryColor: string; constructor(project: string, introduce?: string, options?: Record | undefined, titleColor?: colorType); stdout(): { help: () => void; introduce: () => void; }; colorPrimary(text: string): string; _getIntroduceStr(): string; _getHelpStr(): string; } //# sourceMappingURL=help.printer.d.ts.map