import type { ByteArray } from 'dicom-parser'; import type { Types } from '@cornerstonejs/core'; import type { WebWorkerDecodeConfig } from '../../types'; export declare function initialize(decodeConfig?: WebWorkerDecodeConfig): Promise; declare function decodeJPEGLossless(imageFrame: Types.IImageFrame, pixelData: ByteArray): Promise; export default decodeJPEGLossless;