declare const cutStrByFullLength: (str: string, maxLength: number) => string;
export { cutStrByFullLength };
