import { HTTPClient } from '../../../../utils/http'; import { CRUD } from '../../../../utils'; import { IdpTeamRule, CreateIdpTeamRuleDTO, UpdateIdpTeamRuleDTO } from '../types'; export declare class IdpTeamRulesAPI extends CRUD { constructor(httpClient: HTTPClient, baseUrl: string); } //# sourceMappingURL=team-rules.d.ts.map