declare function cutString(value: string, limit: number): string | undefined;

export { cutString };
