import { Command } from '@oclif/core'; export declare function executeBackfillStatus(command: Command, jobId: string, apiKey: string, flags: { compact?: boolean; 'work-dir'?: string; 'include-history'?: boolean; 'skip-logs'?: boolean; }): Promise;