import { SfCommand } from '@salesforce/sf-plugins-core'; import { type OfflineStatusResult } from '../../../services/offline-recovery.js'; export default class OfflineStatus extends SfCommand { static readonly summary: string; static readonly description: string; static readonly examples: string[]; run(): Promise; }