interface SkillCommandOptions { project?: string; json?: boolean; overwrite?: boolean; change?: string; runId?: string; status?: 'succeeded' | 'failed'; summary?: string; artifact?: string[]; state?: string[]; confirm?: string[]; upgrade?: string; scope?: 'progress' | 'step' | 'completion'; } export declare function skillValidateCommand(selector: string, options?: SkillCommandOptions): Promise; export declare function skillInspectCommand(selector: string, options?: SkillCommandOptions): Promise; export declare function skillShowCommand(selector: string, options?: SkillCommandOptions): Promise; export declare function skillInstallCommand(source: string, options?: SkillCommandOptions): Promise; export declare function skillRunCommand(selector: string, options?: SkillCommandOptions): Promise; export declare function skillResumeCommand(options?: SkillCommandOptions): Promise; export declare function skillCheckCommand(options?: SkillCommandOptions): Promise; export type { SkillCommandOptions }; //# sourceMappingURL=skill.d.ts.map