import { Attachment, SlackMessage } from "@atomist/slack-messages"; import { Contextual } from "./handler"; export declare function slackSuccessMessage(title: string, text: string, ctx: Contextual, options?: Partial): SlackMessage; export declare function slackQuestionMessage(title: string, text: string, ctx: Contextual, options?: Partial): SlackMessage; export declare function slackInfoMessage(title: string, text: string, ctx: Contextual, options?: Partial): SlackMessage; export declare function slackWarningMessage(title: string, text: string, ctx: Contextual, options?: Partial): SlackMessage; export declare function slackErrorMessage(title: string, text: string, ctx: Contextual, options?: Partial): SlackMessage; export declare function slackSupportLink(ctx: Contextual): string; export declare function slackFooter(ctx: Contextual): string; export declare function slackTs(): number; export declare function slackSeparator(): string; //# sourceMappingURL=messages.d.ts.map