STOP_WITH_CALL_ARG: {
    createSearch: () => FlowrSearchBuilderOut<
        "get",
        [],
        ParentInformation,
        "filter",
    >;
    info: {
        certainty: BestEffort;
        defaultConfig: {};
        description: "Checks whether stop calls without call. argument set to FALSE are used.";
        name: "Stop without call.=False argument";
        tags: readonly [Smell];
    };
    prettyPrint: {
        full: (result: StopWithCallResult) => string;
        query: (result: StopWithCallResult) => string;
    };
    processSearchResult: (
        elements: FlowrSearchElements<
            ParentInformation,
            FlowrSearchElement<ParentInformation>[],
        >,
        _config: MergeableRecord,
        __namedParameters: {
            analyzer: ReadonlyFlowrAnalysisProvider;
            cfg: ControlFlowInformation;
            dataflow: DataflowInformation;
            normalize: NormalizedAst;
        },
    ) => {
        ".meta": StopWithCallMetadata;
        results: Writable<StopWithCallResult>[];
    };
} = ...

Type declaration