import type { CollectionAfterChangeHook, CollectionConfig } from "payload/dist/exports/types"; import { biDirectionalLookupsPathSpecifics } from "../types"; declare const getAfterChangeHook: (biDirectional: biDirectionalLookupsPathSpecifics, collection: CollectionConfig) => CollectionAfterChangeHook; export { getAfterChangeHook };