import type { Options } from './types.js'; declare const truncate: (input: string, width: number, options?: Options) => string; export default truncate; export type { Options };