import type { WebAPICallResult } from '../../WebClient';
export type AdminConversationsGetTeamsResponse = WebAPICallResult & {
    error?: string;
    needed?: string;
    ok?: boolean;
    provided?: string;
    team_ids?: string[];
};
//# sourceMappingURL=AdminConversationsGetTeamsResponse.d.ts.map