import { type CommandSpec } from '@opensip-cli/core'; import { type CliCommandsContext } from '../../commands/shared.js'; export declare function executeCapabilityWorker(specPath: string): Promise; export declare const capabilityWorkerCommandSpec: CommandSpec; //# sourceMappingURL=entry.d.ts.map