@eagleoutice/flowr - v2.10.2
    Preparing search index...
    LocationMapQueryDefinition: {
        asciiSummarizer: (
            formatter: OutputFormatter,
            _analyzer: unknown,
            queryResults: BaseQueryResult,
            result: string[],
        ) => true;
        executor: (
            __namedParameters: BasicQueryData,
            queries: readonly LocationMapQuery[],
        ) => Promise<LocationMapQueryResult>;
        flattenInvolvedNodes: () => never[];
        fromLine: (
            _output: ReplOutput,
            line: readonly string[],
            _config: FlowrConfig,
        ) => ParsedQueryLine<"location-map">;
        schema: ObjectSchema<any>;
    } = ...

    Type Declaration