export declare const abbreviate: (input: string | null, maxLength: number, removeWhitespaces?: boolean) => string | null; //# sourceMappingURL=abbreviate.function.d.ts.map