import { Node } from './node'; export declare class Separator implements Node { kind: string; toXML(): string; }