import type { ResolvedIntentCommandDefinition } from './intentCommands.ts'; export declare function renderIntentDocsBody({ definitions, headingLevel, }: { definitions: ResolvedIntentCommandDefinition[]; headingLevel: number; }): string; //# sourceMappingURL=generateIntentDocs.d.ts.map