/**
 * Get worker code as string for blob URL creation
 * Worker code is inlined to avoid bundling issues
 */
export declare function getWorkerCode(): string;
//# sourceMappingURL=workerCode.d.ts.map