export declare type DaiIngestStatus = 'SUCCESS' | 'WARNING' | 'FAILURE' | 'UNKNOWN';
