import type { INode, ClientType } from 'flowise-components'; export declare const filterNodeByClient: (node: INode, client?: ClientType) => INode;