export declare function fmtBold(s: string): string;
export declare function fmtCommand(cmd: string, details: string | undefined, padEnd: number): string;
export declare function fmtPadEndFor(s: string[]): number;
export declare function fmtSection(s: string): string;
