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