import type { FlowrFeatureCounts } from './stats';
/**
 * Counts the linting rules, their tags, the queries, and the built-in definitions by the handler they use.
 * Every count is defensive, as this also runs against older definitions when the history is filled in.
 */
export declare function countFeatures(): FlowrFeatureCounts;
