declare const _default: { getAllNodes: () => Promise; getNodeByName: (nodeName: string) => Promise; getSingleNodeIcon: (nodeName: string) => Promise; getSingleNodeAsyncOptions: (nodeName: string, requestBody: any) => Promise; executeCustomFunction: (requestBody: any, orgId?: string) => Promise; getAllNodesForCategory: (category: string) => Promise; }; export default _default;