import { SanitationOptions } from '../../interfaces'; /** * Convert the input to an integer, or NaN if the input is not an integer. */ export declare function ToInt(radix?: number, annotationOptions?: SanitationOptions): PropertyDecorator;