/** * @param {{ templateId: string, skillsDir?: string, force?: boolean, dryRun?: boolean }} options */ export declare function codexInstallSkillsCommand(options: any): Promise;