import { ApiUrlPath } from '../api'; export declare type FlatUrl = ApiUrlPath; export interface Flat { id: string; name: string; }