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