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