importSiteConfigfrom'./site-config';
/**
* Returns the site configuration from the given bundle path.
*
* @param {string} bundlePath Path to the bundle.
* @returns {SiteConfig} Site configuration from the bundle.
*/exportdefaultfunctiongetSiteConfig(bundlePath: string): SiteConfig;