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