import { HTTPClient } from '../../../../utils/http'; import { CRUD } from '../../../../utils'; import { IdpRoleRule, CreateIdpRoleRuleDTO, UpdateIdpRoleRuleDTO } from '../types'; export declare class IdpRoleRulesAPI extends CRUD { constructor(httpClient: HTTPClient, baseUrl: string); } //# sourceMappingURL=role-rules.d.ts.map