import type { DataSet } from 'dicom-parser';
declare function getModalityLUTOutputPixelRepresentation(dataSet: DataSet): number;
export default getModalityLUTOutputPixelRepresentation;
