export interface IDimensions { readonly width: number; readonly height: number; }