/** * Will only allow alphanumeric characters, so "_abc" will fail */ export declare function IsAlphanumeric(target: any, propertyName: string): void;