import { BaseCommand } from "./ICommand.js";
/**
 * Start command - main entry point for starting the edge worker
 */
export declare class StartCommand extends BaseCommand {
    execute(_args: string[]): Promise<void>;
}
//# sourceMappingURL=StartCommand.d.ts.map