export declare const trim: (str: string, maxLength: number) => string;
