/** `skill` namespace dictionaries for the dedicated tool row. */ /** Dictionary namespace owned by this plugin. */ export declare const NS = "skill"; /** Simplified Chinese dictionary (the key-set source of truth). */ export declare const zh: { 'row.running': string; 'row.failed': string; 'row.stopped': string; 'row.instructions': string; 'menu.userOnly': string; }; /** The skill namespace key union. */ export type SkillKey = keyof typeof zh; /** English dictionary, checked complete against the zh key set. */ export declare const en: { 'row.running': string; 'row.failed': string; 'row.stopped': string; 'row.instructions': string; 'menu.userOnly': string; }; //# sourceMappingURL=locales.d.ts.map