import { CommentNode } from '../types'; export declare function isComment(value: unknown): value is CommentNode;