import { ArgumentsCamelCase } from 'yargs';
export declare const run: (argv: ArgumentsCamelCase) => Promise<void>;
