import { CRUD } from '../../../../utils/crud';
import { CommunityTeamExtended, CreateCommunityTeamDTO } from '../types';
export declare class CommunitiesTeamsAPI extends CRUD<CommunityTeamExtended, CreateCommunityTeamDTO, never, CommunityTeamExtended[]> {
}