import { IDimensions } from "../util/IDimensions"; export interface IPageInfo { readonly num: number; dimensions?: IDimensions; }