import { SiteBasePath } from 'tungsten/render/HeadData.js'; export type InstanceConfig = { prod: boolean; useRootComponent: boolean; clientSideNav: boolean; siteBasePath: SiteBasePath; staticSite: boolean; sourceDir?: string; }; //# sourceMappingURL=InstanceConfig.d.ts.map