import type { Command } from "commander"; import type { CommandActionType } from "../types.js"; export declare const manageService: CommandActionType<[string]>; export declare function serviceCommand(program: Command): void; //# sourceMappingURL=service.d.ts.map