import { SanitationOptions } from '../../interfaces'; /** * Trim characters (whitespace by default) from both sides of the input. You can specify chars that should be trimmed. */ export declare function Trim(chars?: string, annotationOptions?: SanitationOptions): PropertyDecorator;