import * as plugins from "./smartnginx.plugins"; import * as CommandModule from "./smartnginx.command"; // classes export {NginxConfig} from "./smartnginx.classes.nginxconfig"; export {NginxZone,zoneTypes} from "./smartnginx.classes.nginxzone"; // exports export let command = CommandModule;