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