import type { SkillMeta, CommandContext } from '../types.js'; export declare const PACKAGE_ROOT: string; export declare const VERSION_FILE = ".alipay-payment-version"; export declare const TARGET_DIR = ".claude/skills"; export declare const SKILL_SOURCE_DIR = "alipay-payment-integration"; /** * 可安装的 skills 列表 */ export declare const SKILLS: SkillMeta[]; /** * 获取命令上下文 */ export declare function getCommandContext(cwd: string): CommandContext; /** * 获取包版本 */ export declare function getPackageVersion(): string; //# sourceMappingURL=config.d.ts.map