import type { ValueAndCount } from './ValueAndCount'; export declare type CollectionSpecificTraitResponse = { items?: Array; limit?: number; offset?: number; onLastPage?: boolean; };