interface StatusOptions { json?: boolean; } export declare function statusCommand(options: StatusOptions): Promise; export {};