import { Collection } from '../../data';
export declare function useFind(collection: Collection, filter: Record<string, any>, sort?: Record<string, 1 | -1>, projection?: Record<string, 0 | 1>, limit?: number, skip?: number): any;
