import { Fetcher } from '../../common/api'; import { IRole } from '../types'; export declare const getIamRoleById: (fetcher: Fetcher, id: string) => Promise;