import { Site } from './site'; export declare class SiteList { id: string; name: string; siteList: Site[]; }