/** * Only allows null */ export declare function IsNull(target: any, propertyName: string): void;