BuiltInProcessorMapper: {
    builtin:access: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>, config: {
        treatIndicesAsString: boolean;
    } & ForceArguments) => DataflowInformation);
    builtin:apply: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>, __namedParameters: BuiltInApplyConfiguration) => DataflowInformation);
    builtin:assignment: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>, config: AssignmentConfiguration) => DataflowInformation);
    builtin:default: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>, config: DefaultBuiltInProcessorConfiguration) => DataflowInformation);
    builtin:expression-list: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>) => DataflowInformation);
    builtin:for-loop: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>) => DataflowInformation);
    builtin:function-definition: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>) => DataflowInformation);
    builtin:get: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>) => DataflowInformation);
    builtin:if-then-else: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>) => DataflowInformation);
    builtin:library: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>) => DataflowInformation);
    builtin:pipe: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>) => DataflowInformation);
    builtin:quote: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>, config: {
        quoteArgumentsWithIndex?: number;
    } & ForceArguments) => DataflowInformation);
    builtin:repeat-loop: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>) => DataflowInformation);
    builtin:replacement: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>, config: {
        assignmentOperator?: "<<-" | "<-";
        makeMaybe?: boolean;
    } & ForceArguments) => DataflowInformation);
    builtin:source: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>, config: {
        forceFollow?: boolean;
        includeFunctionCall?: boolean;
    }) => DataflowInformation);
    builtin:special-bin-op: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>, config: {
        evalRhsWhen: boolean;
        lazy: boolean;
    } & ForceArguments) => DataflowInformation);
    builtin:while-loop: (<OtherInfo>(name: RSymbol<OtherInfo & ParentInformation, string>, args: readonly RFunctionArgument<OtherInfo & ParentInformation>[], rootId: NodeId, data: DataflowProcessorInformation<OtherInfo & ParentInformation>) => DataflowInformation);
} = ...

Type declaration