export declare const sfXmlns = "http://soap.sforce.com/2006/04/metadata";
export declare const xmlConf: {
    format: boolean;
    indentBy: string;
    suppressEmptyNode: boolean;
    ignoreAttributes: boolean;
    attributeNamePrefix: string;
};
