/** * Prompts barrel export + combined registration */ import type { ServiceContext } from '../types.js'; export declare function registerAllPrompts(server: any, ctx: ServiceContext): void; export { registerEntityPrompts } from './entity-prompts.js'; export { registerAnalysisPrompts } from './analysis-prompts.js'; //# sourceMappingURL=index.d.ts.map