import { NodeId } from "node-opcua-nodeid"; import { ReferenceDescription } from "node-opcua-types"; import { IBasicSessionBrowseAsyncSimple } from "./basic_session_interface"; export declare function getChildByBrowseName(session: IBasicSessionBrowseAsyncSimple, nodeId: NodeId, name: string): Promise;