import { Command } from '../types'; declare const _default: { printGlobalHelp: () => void; printCommandHelp: (command: Command) => void; printGlobalVersion: () => void; }; export default _default;