type ServerProperties = { port: number, locale?: string, i18nPath?: string, middlewaresPath?: string, routesPath?: string, viewEngine?: string, viewsPath?: string }; export { ServerProperties };