export { GetNodeArgs, GetNodeResult, GetNodeOutputArgs } from "./getNode"; export declare const getNode: typeof import("./getNode").getNode; export declare const getNodeOutput: typeof import("./getNode").getNodeOutput; export { NodeArgs } from "./node"; export type Node = import("./node").Node; export declare const Node: typeof import("./node").Node; export * from "../../types/enums/tpu/v2";