import { ParsedCliCommand } from './types'; export declare const sentences: (str?: string) => string[]; export declare const section: (str: string, content: string | string[], fn?: (s: string) => string) => string; export declare const buildUsageSection: (parsed: ParsedCliCommand<{}, {}>) => string; export declare const helpFormatter: (parsed: ParsedCliCommand<{}, {}>) => string;