import { Site } from '../entity/site';
import { Services } from '../type';
export declare function newSite(services: Services): Site;
