import { Node } from "../../Node.js";
export declare function _Digitalocean(label?: string, options?: Record<string, unknown>): Node;
export declare function Digitalocean(label?: string, options?: Record<string, unknown>): Node;
