import type { BotmuxPluginManifest, ScannedPluginContributions } from './types.js'; export declare function scanPluginContributions(runtimeDir: string, manifest: BotmuxPluginManifest): ScannedPluginContributions | undefined; export declare function contributionSkills(contributions: ScannedPluginContributions | undefined): string[]; //# sourceMappingURL=convention-scanner.d.ts.map