/// import { Options } from './options'; import { Document } from 'slimdom'; import { Readable } from 'stream'; /** * Asynchronously parse a string or readable stream of XML to a Slimdom document. */ export declare function async(xml: string | Readable, options?: Options): Promise;