import yargs from 'yargs'; export declare const command = "start"; export declare const describe = "Starts NEO\u2022ONE services."; export declare const builder: (yargsBuilder: typeof yargs) => yargs.Argv & { reset: boolean; }>;