import { GroupCommand } from '@radic/console'; export default class NginxCommand extends GroupCommand { handle(): Promise; }