import type { Stringer } from "./api.js"; export declare const truncate: (n: number, suffix?: string) => Stringer; /** * Alias for {@link truncate} */ export declare const truncateRight: (n: number, suffix?: string) => Stringer; //# sourceMappingURL=truncate.d.ts.map