import type { DataflowInformation } from '../../../info';
import type { DataflowProcessorInformation } from '../../../processor';
import type { RParameter } from '../../../../r-bridge/lang-4.x/ast/model/nodes/r-parameter';
import type { ParentInformation } from '../../../../r-bridge/lang-4.x/ast/model/processing/decorate';
export declare function processFunctionParameter<OtherInfo>(parameter: RParameter<OtherInfo & ParentInformation>, data: DataflowProcessorInformation<OtherInfo & ParentInformation>): DataflowInformation;
