export interface SiteInfo { siteId: string; } export interface SiteRuntimeApi { getSiteInfo: () => Promise; }