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