import type { Command } from 'commander'; import type { StartCommandContext } from './start-types.js'; export type { StartCommandContext, StartCommandOptions } from './start-types.js'; export declare function createStartCommand(program: Command, ctx: StartCommandContext): void;