/** * Post-discovery skill utilities. * * Display name resolution, filtering by name, and name sanitization * for discovered skills. Consumed by the install handler and UI layer. * * @experimental This API is unstable and may change without notice. */ import type { SkillExtensionRef } from "./refs.js"; export declare const getSkillDisplayName: (ref: SkillExtensionRef) => string; //# sourceMappingURL=utils.d.ts.map