/**
 * Trim trailing spaces only
 * @param {string} value
 * @return string
 */
export declare const rTrim: (s: string) => string;
