export interface IResolution {
    dpiX: number;
    dpiY: number;
}
