/** * @license * Copyright 2019 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ import { Node } from '@parse5/tools'; export declare function removeFakeRootElements(node: Node): void; //# sourceMappingURL=parse5-utils.d.ts.map