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