interface RemoveOptions { global?: boolean; local?: boolean; force?: boolean; /** 0724 T-007: structured JSON output (matches enable/disable shape). */ json?: boolean; } export declare function removeCommand(skillName: string, opts: RemoveOptions): Promise; export {};