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