import type { MultiCustomerConfig, CliArgs } from '../../types.js'; export declare function findLocalProjectWorkspace(customerIdn: string, projectIdn: string): Promise; export declare function handleUpdateSkillCommand(customerConfig: MultiCustomerConfig, args: CliArgs, verbose?: boolean): Promise; //# sourceMappingURL=update-skill.d.ts.map