import { Site } from '../entity/site';
import { Services } from '../type';
/**
 * Create new Site instance with enhanced Navigation (including menu building)
 * TypeScript equivalent of New function from Go
 */
export declare function newSite(services: Services): Site;
//# sourceMappingURL=site.d.ts.map