declare const trimString: (str: string, length: number) => string; export default trimString;