/** * CSV Worker Script - Lazy Loading Bundle * * Uses dynamic import to avoid bundling the 80KB+ worker script * into applications that don't use the worker pool functionality. */ /** Get or create the worker blob URL */ export declare function getWorkerBlobUrl(): Promise; /** Release the worker blob URL reference */ export declare function releaseWorkerBlobUrl(): void;