/** * Populate a given field through an array with references. */ export declare const execPopulation: (rows: any, toPopulate: string, connection: any, modelName: string, deep?: any) => Promise; export declare const execPopulationFromObject: (rows: any, populate: any, deep?: any) => Promise;