declare namespace ObjC{ namespace classes{ export class UITextInputPasswordRules extends NSObject{ init():UITextInputPasswordRules; static new():UITextInputPasswordRules; static passwordRulesWithDescriptor_(passwordRulesDescriptor:NSString|NativePointer):UITextInputPasswordRules; passwordRulesDescriptor():NSString; } } }