import { CommentNode } from '../types'; export declare function createComment(text: string): CommentNode;