/** * gets back the `height` and `width` of the current * console */ export declare function consoleDimensions(): { height: number; width: number; }; //# sourceMappingURL=consoleDimensions.d.ts.map