export interface Facet { [key: string]: number; } export declare type Facets = { [key: string]: Facet; } & { topFacets: Facets; };