import { Node, NodeAPI, NodeDef } from 'node-red'; export declare function addSharedData(node: Node, key: string, sharedData: any): void; export declare function deleteSharedData(node: Node, key: string): void; export declare function getSharedData(RED: NodeAPI, nodeId: string, key: string): any; export declare function addConfiguration(node: Node, config: NodeDef): void; export declare function getConfig(node: Node): any; export declare function getConfigValidate(RED: NodeAPI, nodeId: string): any; //# sourceMappingURL=node-red-utils.d.ts.map