import type { Command } from "commander"; import type { CliContainer } from "../container.js"; export declare function registerExperimentCommand(program: Command, container: CliContainer): void;