import { type ResultAsync } from "neverthrow";
import type { GlobalLaunchpadArgs } from "../run.js";
import { type LoadedConfig } from "../utils/command-utils.js";
export declare function start(argv: GlobalLaunchpadArgs & {
    detach?: boolean;
}, loaded: LoadedConfig): ResultAsync<void, Error>;
//# sourceMappingURL=start.d.ts.map