import { Database } from '@tego/server'; export declare class CollectionManager { private db; constructor(db: Database); findAndCount(): void; }