import { StartupArgs } from '../../Tools/ArgumentParser';
export declare function launch(args?: StartupArgs): Promise<void>;
