import { type InternalAction } from '../types.js'; export declare function generateToonDescription(actions: readonly InternalAction[], name: string, description: string | undefined, hasGroup: boolean, discriminator?: string): string; //# sourceMappingURL=ToonDescriptionGenerator.d.ts.map