import { CharLengthDict } from '../models/common';
export declare const stripAnsi: (str: string) => string;
export declare const findWidthInConsole: (str: string, charLength?: CharLengthDict) => number;
