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