import { Node } from "./node";
export declare const make: (gen: Generator) => Node | undefined;
