import { StartArgs } from '..';
export default function start(argvs: StartArgs): Promise<void>;
