/**
 * Main status command that orchestrates the entire status checking process
 */
export declare function statusCommand(args: string[], verbose?: boolean): Promise<void>;
