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