/** * File utilities */ export declare class TextUtils { private constructor(); static trimEnd(text: string, trimStr: string): string; }