export declare function trimEnd(value: string, trimValue?: string): string;
