export declare function shortId(id: string, length?: number): string; export declare function shortenString(str: string, length: number): string; //# sourceMappingURL=text.d.ts.map