import { TLogicRequestAPIItem } from '@chamn/model';
import { NodeProps, Node } from '@xyflow/react';
export type TRequestAPINode = Node<TLogicRequestAPIItem, 'RequestAPINode'>;
export declare const RequestAPINode: (props: NodeProps<TRequestAPINode>) => import("react/jsx-runtime").JSX.Element;