import { SanitationOptions } from '../../interfaces'; /** * Trim characters from the right-side of the input. */ export declare function Rtrim(chars?: string, annotationOptions?: SanitationOptions): PropertyDecorator;