/**
 * The fastest possible version of truncation. Lodash'es truncate() messes up
 * with unicode a lot, so for e.g. logging purposes, it's super-slow.
 */
export default function ellipsis(string: any, length: number): any;
//# sourceMappingURL=ellipsis.d.ts.map