import { NodeList } from '.';
export declare const parseSync: (input: string) => NodeList;
