import yargs from 'yargs'; export declare const command = "network"; export declare const describe = "Stops the local development network."; export declare const builder: (yargsBuilder: typeof yargs) => yargs.Argv<{}>; export declare const handler: () => void;