import { Root } from "./types.js";
export declare function attachComments(root: Root): void;
