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