import type { ProgramInfo } from './parsers/index';
/**
 * Converts a ProgramInfo object extracted by one of the help parsers into a big
 * beautiful Markdown table.
 */
export declare function helpObjectToMarkdown(programInfo: ProgramInfo, depthRemaining?: number): string;
