import { TransformOptions } from './transform-options'; export interface ImageDetails { imagePath: string; transformOptions: TransformOptions; }