import { ApiUrlPath } from '../api'; export declare type ProfileUrl = ApiUrlPath; export interface Profile { ID: string; name: string; }