export interface ExportResult { blob?: Blob; error?: Error; supported: boolean; }