type ServerProperties = { port: number, locale?: string, i18nPath?: string, middlewaresPath?: string, routesPath?: string, viewEngine?: string, viewsPath?: string, options?: {[key: string] : any} }; export { ServerProperties };