import type { FilterTerm } from "./FilterTerm.js";
export type Filter = [string, string, FilterTerm];
