import { type InitOptions } from '@zhin.js/scaffold-wizard'; export declare const BASE_SKILL_NAMES: readonly ["skill-creator", "summarize", "github"]; export declare const DEV_SKILL_NAMES: readonly ["plugin-init", "plugin-develop", "plugin-test", "plugin-quality", "plugin-publish"]; export declare function createWorkspace(projectPath: string, projectName: string, options: InitOptions): Promise; //# sourceMappingURL=workspace.d.ts.map