import { Node } from "ts-morph";
import { Nodely } from "./types";
export declare function traverse(...nodes: Nodely[]): Generator<Node>;
