import { SeederCollection } from '../common'; export declare class CollectionPopulator { extensions: string[]; constructor(extensions: string[]); readFromPath(path: string): SeederCollection[]; private readCollections; private readCollection; private populateDocumentsContent; private getCollectionName; private isNumber; }