import { Populeration, RelationOptions } from ".."; export declare const addMongooseRelations: (db: Populeration, options?: { logger?: ((...args: any[]) => void) | undefined; }) => void; export declare const getMongooseModelRelations: (models: Record) => Record>>;