export declare function buildAutomationChannelNotificationText(input: { automationName?: string; prompt: string; taskId?: string; threadUrl?: string; outcome: 'succeeded' | 'failed'; detail: string; eventEnvelope?: Record; }): string; export declare const LUCID_GITHUB_ISSUE_AUTOMATION_PROMPT: string; export declare const LUCID_GITHUB_ISSUE_AUTOMATION_COMMAND = "/lucid:fix {{event.payload.issue.number}}"; //# sourceMappingURL=workflow-notify.d.ts.map