export type SiteInfo = { siteUrl: string; }; export interface ISiteInfoGetter { getSiteInfo(): Promise; } //# sourceMappingURL=site-info.d.ts.map