import { Command } from '@oclif/core'; export declare function executeEnricherStatus(command: Command, jobId: string, apiKey: string, flags: { watch?: boolean; }): Promise;