ResolveValueQueryDefinition: {
    asciiSummarizer: (
        formatter: OutputFormatter,
        _analyzer: ReadonlyFlowrAnalysisProvider,
        queryResults: BaseQueryResult,
        result: string[],
    ) => true;
    executor: (
        __namedParameters: BasicQueryData,
        queries: readonly ResolveValueQuery[],
    ) => Promise<ResolveValueQueryResult>;
    flattenInvolvedNodes: () => never[];
    fromLine: (
        output: ReplOutput,
        line: readonly string[],
        _config: FlowrConfigOptions,
    ) => ParsedQueryLine<"resolve-value">;
    schema: ObjectSchema<any>;
} = ...

Type declaration