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