import type { CharacterWidths } from '../types'; export declare function estimateStringWidth(string: string, characterWidths: CharacterWidths): number; //# sourceMappingURL=estimateStringWidth.d.ts.map