export declare type IPrintCliCommandsDocumentation = (_: { packageName: string; commandNames: string[]; }) => string; export declare const printCliCommandsDocumentation: IPrintCliCommandsDocumentation;