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