export declare const shorten: (wordsNumber?: number, endChars?: string, splitter?: string) => (text: string) => string; //# sourceMappingURL=shorten.d.ts.map