import { Fragment } from "../types"; /** * Parse a fragment to an intermediate Fragment object. * * XXX: This is for internal use. This is probably not the function you're looking for. */ export declare function parseFragment(source: string): Fragment; //# sourceMappingURL=parse-fragment.d.ts.map