import { Service } from './Service'; declare function parse(xml: string): Promise; export default parse;