/** * Decorator used to register custom sanitizer. */ export declare function SanitizerConstraint(): (target: new (...args: any[]) => any) => void;