import { FieldAndPath, RelationalIntegrityLookups } from "../types"; declare const getRelationalIntegrityConfig: (relationalIntegrityConfig: RelationalIntegrityLookups, relationshipsToEnhance: FieldAndPath[], collectionSlug: string) => void; export { getRelationalIntegrityConfig };