import { Library } from './library'; export interface WorkerOptions { workerData?: any; libraries?: Library[]; }