declare module "xml" { function xml(xmlObject: any, options?: any): string; namespace xml { } export = xml; }