import { type Arguments } from 'yargs'; export declare const command: string, describe: string, handler: (argv: Arguments) => void;