export declare const truncateMiddle: (str: string) => string; export declare const truncateText: (str: string, length: number, position?: string | undefined) => string; //# sourceMappingURL=_helper.d.ts.map