import { CommandLineArguments } from './types'; export declare const showHelp: () => void; export declare const shouldShowHelp: (options: CommandLineArguments) => string | number | boolean | undefined;