import { Node, NodeOptions } from './Node.js'; export declare class Punctuation extends Node { type: string; constructor(options: NodeOptions); }