import { IMarkup } from "../schema";
import * as SharedHelpers from '../SharedHelpers';
export declare namespace Helpers {
    const XmlParserOptions: {
        oneListGroup: boolean;
        attributeNamePrefix: string;
        ignoreAttributes: boolean;
        ignoreNameSpace: boolean;
        allowBooleanAttributes: boolean;
        trimValues: boolean;
    };
    const XmlBuilderOptions: {
        attributeNamePrefix: string;
        ignoreAttributes: boolean;
        ignoreNameSpace: boolean;
        suppressBooleanAttributes: boolean;
        parseNodeValue: boolean;
        parseAttributeValue: boolean;
        trimValues: boolean;
        suppressEmptyNode: boolean;
    };
    const GetViewpoint: typeof SharedHelpers.GetViewpoint;
    const XmlToJsonNotation: typeof SharedHelpers.XmlToJsonNotation;
    function GetMarkup(xmlString: any): IMarkup;
    function MarkupToXmlNotation(markup: IMarkup): any;
    function RenameJsonKeys(obj: any, options?: any): any;
}
//# sourceMappingURL=Helpers.d.ts.map