export declare enum WorkerPoolType { Static = "StaticWorkerPool", Dynamic = "DynamicWorkerPool" }