export type HelpTarget = 'run' | 'init' | 'add' | 'sync' | 'build' | 'improve' | 'setup-app' | 'runs' | 'runs:list' | 'runs:show' | 'runs:follow' | 'runs:gc'; export declare function renderHelp(target?: HelpTarget): string; export declare function showHelp(target?: HelpTarget): void; //# sourceMappingURL=help.d.ts.map