/** * Split a string into fixed-width substrings. The last one may be short. */ export declare const splitFixed: (text: string, width: number) => string[]; //# sourceMappingURL=split-fixed.d.ts.map