import type { Types } from '@cornerstonejs/core'; declare function removeAFromRGBA(pixelData: Types.PixelDataTypedArray, targetBuffer: Uint8ClampedArray | Uint8Array): Uint8Array | Uint8ClampedArray; export default removeAFromRGBA;