export interface IXmlAttribute {
    readonly [key: string]: string | number | boolean;
}
export interface IXmlableObject extends Object {
    readonly [key: string]: any;
}
export declare const WORKAROUND3 = "";
