import * as Env from "../env";
import * as Node from "../node";
export declare function next(env: Env.Env): Promise<Node.Node>;
