export declare const FrontMcpSkillTokens: { readonly type: symbol; readonly id: symbol; readonly name: symbol; readonly description: symbol; readonly instructions: symbol; readonly tools: symbol; readonly tags: symbol; readonly referencedOperations: symbol; readonly parameters: symbol; readonly examples: symbol; readonly priority: symbol; readonly hideFromDiscovery: symbol; readonly alwaysLoad: symbol; readonly toolValidation: symbol; readonly visibility: symbol; readonly license: symbol; readonly compatibility: symbol; readonly specMetadata: symbol; readonly allowedTools: symbol; readonly resources: symbol; readonly availableWhen: symbol; readonly rating: symbol; readonly category: symbol; readonly skillPath: symbol; readonly metadata: symbol; }; export declare const extendedSkillMetadata: symbol; /** * Internal metadata token used to stash the directory of the source file * that contains the `@Skill`-decorated class. Consumed by `normalizeSkill` * so `SkillInstance` can resolve `instructions: { file: './…' }` and * `resources.{references,examples}` relative to the skill source file * instead of `process.cwd()`. Not part of `SkillMetadata`. */ export declare const skillCallerDir: symbol; //# sourceMappingURL=skill.tokens.d.ts.map