/** * Converts a data URI or base64-encoded string of a worker script into a Blob URL. * @param dataURI - A string containing either a full data URI or a base64-encoded worker script. * @returns A Blob URL string representing the worker script. */ export declare function createWorkerBlobURL(dataURI: string): string; //# sourceMappingURL=workerOps.d.ts.map