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