import type { CommandAction } from '../../types/CommandAction.js'; import type { StartOptions } from './types/StartOptions.js'; /** * Defines the "start" verb entry point. */ export declare const execute: CommandAction; //# sourceMappingURL=execute.d.ts.map