import type { Argv } from 'yargs'; import yargs from 'yargs/yargs'; export declare const createYargs: (...opts: Parameters) => Argv<{}>; export declare const terminalWidth: () => number;