export default function (input: string | string[]): { getOption: (key: string) => any; getOptions: () => any; getCommand: () => string; on: (command: string, callback: (options?: any) => void) => void; };