import { JiraEvent } from "./transformer"; export declare function buildIssueCreatedCard(event: JiraEvent): { type: string; attachments: { contentType: string; content: { type: string; version: string; body: ({ type: string; text: string; size: string; weight: string; color: string; wrap?: undefined; facts?: undefined; } | { type: string; text: string; wrap: boolean; size: string; weight?: undefined; color?: undefined; facts?: undefined; } | { type: string; facts: { title: string; value: string; }[]; text?: undefined; size?: undefined; weight?: undefined; color?: undefined; wrap?: undefined; })[]; actions: { type: string; title: string; url: string; }[]; }; }[]; }; export declare function buildIssueTransitionedCard(event: JiraEvent): { type: string; attachments: { contentType: string; content: { type: string; version: string; body: ({ type: string; text: string; size: string; weight: string; wrap?: undefined; items?: undefined; style?: undefined; facts?: undefined; } | { type: string; text: string; wrap: boolean; size?: undefined; weight?: undefined; items?: undefined; style?: undefined; facts?: undefined; } | { type: string; items: { type: string; text: string; size: string; color: string; horizontalAlignment: string; }[]; style: string; text?: undefined; size?: undefined; weight?: undefined; wrap?: undefined; facts?: undefined; } | { type: string; facts: { title: string; value: string; }[]; text?: undefined; size?: undefined; weight?: undefined; wrap?: undefined; items?: undefined; style?: undefined; })[]; actions: { type: string; title: string; url: string; }[]; }; }[]; }; export declare function buildCommentCreatedCard(event: JiraEvent): { type: string; attachments: { contentType: string; content: { type: string; version: string; body: ({ type: string; text: string; size: string; weight: string; wrap?: undefined; isSubtle?: undefined; items?: undefined; style?: undefined; } | { type: string; text: string; wrap: boolean; isSubtle: boolean; size?: undefined; weight?: undefined; items?: undefined; style?: undefined; } | { type: string; items: ({ type: string; text: string; weight: string; wrap?: undefined; } | { type: string; text: string; wrap: boolean; weight?: undefined; })[]; style: string; text?: undefined; size?: undefined; weight?: undefined; wrap?: undefined; isSubtle?: undefined; })[]; actions: { type: string; title: string; url: string; }[]; }; }[]; }; export declare function buildGenericCard(event: JiraEvent): { type: string; attachments: { contentType: string; content: { type: string; version: string; body: ({ type: string; text: string; size: string; weight: string; wrap?: undefined; facts?: undefined; } | { type: string; text: string; wrap: boolean; size?: undefined; weight?: undefined; facts?: undefined; } | { type: string; facts: { title: string; value: string; }[]; text?: undefined; size?: undefined; weight?: undefined; wrap?: undefined; })[]; actions: { type: string; title: string; url: string; }[]; }; }[]; }; export declare function buildTestMessage(webhookName: string): { type: string; attachments: { contentType: string; content: { type: string; version: string; body: ({ type: string; text: string; size: string; weight: string; color: string; wrap?: undefined; facts?: undefined; } | { type: string; text: string; wrap: boolean; size?: undefined; weight?: undefined; color?: undefined; facts?: undefined; } | { type: string; facts: { title: string; value: string; }[]; text?: undefined; size?: undefined; weight?: undefined; color?: undefined; wrap?: undefined; })[]; }; }[]; }; //# sourceMappingURL=templates.d.ts.map