import { type Node } from "typescript";
export declare function addComment(node: Node, text: string): void;
