import { Command } from "clipanion"; export declare class StartCommand extends Command { static paths: string[][]; static usage: import("clipanion").Usage; role: string | undefined; daemon: boolean; execute(): Promise<0 | 1>; } //# sourceMappingURL=start.d.ts.map