import { Options } from './options'; /** * Synchronously parse a string of XML to a Slimdom document. */ export declare function sync(xml: string, options?: Options): import("slimdom").Document;