/**
 * An object with is transferable between main and worker thread
 */
export type Transferable = ArrayBuffer | MessagePort | ImageBitmap;
