type ColorFn = (s: string) => string; interface Colors { bold: ColorFn; dim: ColorFn; red: ColorFn; green: ColorFn; yellow: ColorFn; blue: ColorFn; cyan: ColorFn; magenta: ColorFn; gray: ColorFn; } /** Brief `moss --help` body (no --all). Exported for unit tests. */ export declare function briefHelpLines(c: Colors, configPath: string, zh: boolean): string[]; export declare function displayHelp(c: Colors, options?: { all?: boolean; }): void; export declare function displayVersion(c: Colors): void; export {}; //# sourceMappingURL=help.d.ts.map