export type IXmlAttribute = Readonly>; export interface IXmlableObject extends Record { readonly [key: string]: any; } export declare const WORKAROUND3 = "";