import { IOptions } from '../../types'; export declare const getWebWorker: (options: IOptions) => Promise;