import type { Runtime } from '../members.ts'; /** Files `init` would write for the given runtime/members — used by --dry-run */ export declare function planPaths(cwd: string, runtime: Runtime, members: string[]): string[]; export declare function installSkills(cwd: string, runtime: Runtime, members: string[], overwrite?: boolean, targets?: string[]): Promise; export declare function scaffoldConfig(cwd: string, runtime: Runtime, members: string[], overwrite?: boolean): Promise; //# sourceMappingURL=setup.d.ts.map