import type { CreateTelemetryClient } from "./telemetry"; export declare function shouldInstallSkill(option: boolean | undefined, interactive: boolean): Promise; export declare function installRequestedSkill(params: { enabled: boolean; verbose?: boolean; targetDir: string; tel: CreateTelemetryClient; printFailureLog?: boolean; }): Promise; //# sourceMappingURL=install-skill.d.ts.map