declare interface XmlableObject extends Object { _attr?: { [key: string]: (string | number | boolean) } }