import type { SlackAPIResponse } from "../response"; export type ChatPostEphemeralResponse = SlackAPIResponse & { error?: string; message_ts?: string; needed?: string; ok: boolean; provided?: string; }; //# sourceMappingURL=ChatPostEphemeralResponse.d.ts.map