export declare const ExportStatus: {
  exported: number;
  notExported: number;
  exportFailed: number;
};
