import * as CommandModule from "./smartnginx.command"; export { NginxConfig } from "./smartnginx.classes.nginxconfig"; export { NginxZone, zoneTypes } from "./smartnginx.classes.nginxzone"; export declare let command: typeof CommandModule;