import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class NodesV1 extends ClientSDK { /** * GetNode * * @remarks * Returns information about the node identified by `appId`. */ getNode(nodeId: string, options?: RequestOptions): Promise; /** * ListProvisionedNodes * * @remarks * List nodes that are running or draining. Filter the array by optionally passing in a `region`. */ listProvisionedNodes(fleetId: string, orgId?: string | undefined, region?: components.Region | undefined, options?: RequestOptions): Promise>; } //# sourceMappingURL=nodesv1.d.ts.map