import type { PreparedSlackMessage } from "./types.js"; export declare function dispatchPreparedSlackMessage(prepared: PreparedSlackMessage): Promise;