import { SanitationOptions } from '../../interfaces'; /** * Convert the input to a date, or null if the input is not a date. */ export declare function ToDate(annotationOptions?: SanitationOptions): PropertyDecorator;