export interface IWorkerSettings { workerPath?: string; scope?: string; debug?: boolean; patchUnregister?: boolean; }