import yargs from 'yargs'; export declare const command = "stop"; export declare const describe = "Stops NEO\u2022ONE services."; export declare const builder: (yargsBuilder: typeof yargs) => yargs.Argv<{}>;