import Yargs from "yargs"; export declare const builder: (yargs: typeof Yargs) => Yargs.Argv<{ command: string | undefined; }>;