/** * `agenticros skills dev` — load a skill locally without the OpenClaw gateway. */ export interface SkillsDevOptions { invoke?: string; watch?: boolean; live?: boolean; cwd?: string; } export declare function skillsDevCommand(opts: SkillsDevOptions): Promise; //# sourceMappingURL=skills-dev.d.ts.map