import { ResultAsync } from "neverthrow";
import type { GlobalLaunchpadArgs } from "../cli.js";
export declare function status(argv: GlobalLaunchpadArgs & {
    watch?: boolean;
}): ResultAsync<void | import("@bluecadet/launchpad-utils/types").StatusSnapshot, never>;
//# sourceMappingURL=status.d.ts.map