export interface SiteStatistics { documentCount: number; siteUrl: string; siteTitle: string; documentLibraryUrl: string; }