import type { LabflowLlm } from "../ai/types.js"; import type { GitlabClient } from "../gitlab/client.js"; export declare function aiEpicRoadmapRollup(client: GitlabClient, llm: LabflowLlm, groupId: string | number, epicIid: number, options?: { model?: string; maxPromptChars?: number; }): Promise;