import { TRUNCATOR } from "../constants.d.ts"; declare const truncate: (string: number | string, length: number, tail?: typeof TRUNCATOR) => string; export = truncate;