@eagleoutice/flowr - v2.10.1
    Preparing search index...
    ResolveValueQueryDefinition: {
        asciiSummarizer: (
            formatter: OutputFormatter,
            _analyzer: ReadonlyFlowrAnalysisProvider<KnownParser>,
            queryResults: BaseQueryResult,
            result: string[],
        ) => true;
        executor: (
            __namedParameters: BasicQueryData,
            queries: readonly ResolveValueQuery[],
        ) => Promise<ResolveValueQueryResult>;
        flattenInvolvedNodes: () => never[];
        fromLine: (
            output: ReplOutput,
            line: readonly string[],
            _config: FlowrConfig,
        ) => ParsedQueryLine<"resolve-value">;
        schema: ObjectSchema<any>;
    } = ...

    Type Declaration