import { createMiddleware } from "langchain"; export declare const CHANNEL_RESPONSE_FORMAT_MIDDLEWARE_NAME = "mda-channel-response-format"; export declare const SLACK_MRKDWN_INSTRUCTIONS = "Your final response will be posted to Slack. Format it using Slack mrkdwn."; export declare function createChannelResponseFormatMiddleware(): ReturnType; //# sourceMappingURL=response-format.d.ts.map