declare const _default: { new (stringUrl: string): Worker; prototype: Worker; } & (new () => Worker); export default _default;