import { ServiceClient } from "../../../service-client"; export declare class Node extends ServiceClient { protected getServiceName(): string; GetAllNodes(isPublic?: boolean): Promise; }