/**
 * Get actual length of ANSI-formatted string
 */
declare function getStrippedLength(str: string): number;
export = getStrippedLength;
