import { SanitationOptions } from '../interfaces'; /** * Indicates if nested object should be sanitized as well. */ export declare function SanitizeNested(annotationOptions?: SanitationOptions): PropertyDecorator;