import type { SwitchboardReactor } from "@powerhousedao/switchboard/server"; import type { Command } from "commander"; import type { LocalSwitchboardOptions } from "../services/switchboard.js"; import type { CommandActionType } from "../types.js"; export declare const runStartLocalSwitchboard: CommandActionType<[ LocalSwitchboardOptions ], Promise>; export declare function switchboardCommand(program: Command): void; //# sourceMappingURL=switchboard.d.ts.map