export interface Site { id: string; name: string; viewUrl: string; thumbnail: string; } //# sourceMappingURL=site.d.ts.map