import type { CommandModule } from 'yargs'; interface StatusArgs { port: number; host: string; json: boolean; env?: string; } export declare const statusCommand: CommandModule; export {};