import { Collection } from '../../data';
export declare function useCount(collection: Collection, filter: Record<string, any>): any;
