import yargs from 'yargs'; export declare const command = "network"; export declare const describe = "Start a NEO\u2022ONE development network using the project configuration."; export declare const builder: (yargsBuilder: typeof yargs) => yargs.Argv<{}>; export declare const handler: () => void;