/** * Filters Module * * Exports for the quick filter system. * * @since v1.26.0 */ export { FilterService, countByCategory, countBySource, countByStatus, getPluginStatus, matchesSearch } from './filter-service.js'; export { DEFAULT_CATEGORY_OPTIONS, DEFAULT_SOURCE_OPTIONS, DEFAULT_STATUS_OPTIONS, type ActiveFilters, type FilterCategory, type FilterOption, type FilterState, type FilterableItem, type PluginStatus, type SerializedFilters, createEmptyFilters, deserializeFilters, hasActiveFilters, serializeFilters, } from './filter-types.js'; //# sourceMappingURL=index.d.ts.map