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