FlowrFilters: {
    "drop-empty-arguments": (
        e: FlowrSearchElement<ParentInformation>,
        _args: never,
    ) => boolean;
    "matches-enrichment": (
        e: FlowrSearchElement<ParentInformation>,
        args: MatchesEnrichmentArgs<Enrichment>,
    ) => boolean;
    "origin-kind": (
        e: FlowrSearchElement<ParentInformation>,
        args: OriginKindArgs,
        data: PipelineOutput<
            Pipeline<IPipelineStep<PipelineStepName, (...args: any[]) => any>>,
        > & {
            config: FlowrConfigOptions;
            dataflow: DataflowInformation;
            normalize: NormalizedAst;
        },
    ) => boolean;
} = ...

Type declaration