import { ParserOptions } from 'xml2js';
export declare const parseStringToXml: <R>(xml: string, options?: ParserOptions) => Promise<R>;
