import { HTTPClient } from '../../../../utils/http'; import { CRUD } from '../../../../utils'; import { CreateRoleDTO, Role, UpdateRoleDTO } from '../types'; export declare class IAMRolesAPI extends CRUD { constructor(httpClient: HTTPClient, baseUrl: string); } //# sourceMappingURL=roles.d.ts.map