export declare namespace Objects { function PatchWith(elem: any, attrName: string, attrs: any): void; function GetAttrWith(elem: any, attrName: string): any; function isNullOrUndefined(elem: any): boolean; function isAny(elem: any, ...values: any): boolean; }