import yargs from 'yargs'; export declare const command = "deploy"; export declare const describe = "Build and start the application services."; export declare const builder: (argv: yargs.Argv<{}>) => yargs.Argv<{}>; export declare const handler: () => Promise;