export declare const EXPORT_OPERATION_STATES: { PROCESSING: string; COMPLETED: string; FAILED: string; QUEUED: string; };