import * as Option from "effect/Option"; import * as Schema from "effect/Schema"; import * as Command from "effect/unstable/cli/Command"; export declare const devCommand: Command.Command<"dev", { readonly force: boolean; readonly main: string; readonly envFile: Option.Option; readonly stage: string; readonly profile: string; }, {}, import("effect/PlatformError").PlatformError | Schema.SchemaError | import("effect/unstable/http/HttpServerError").ServeError, import("effect/unstable/process/ChildProcessSpawner").ChildProcessSpawner | import("effect/Scope").Scope>; //# sourceMappingURL=dev.d.ts.map