import { TruncateOptions } from './truncate.types';
export declare const truncate: (string: string, maxLength: number, options?: TruncateOptions) => string;
//# sourceMappingURL=truncate.d.ts.map