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