export declare type ValueAndCount = { count?: number; value?: string; };