import type { IImage } from '../types'; declare const isPTPrescaledWithSUV: (image: IImage) => number; export default isPTPrescaledWithSUV;