import type { NodeTools } from "../node-tools/types"; export declare const getNodeTools: () => NodeTools | undefined;