import { Node } from './Node'; export namespace NodeUtils { const elements: string[]; function addShortcuts(proto: Node, proxy: string, list: any[]): void; }