import { EntityReference } from "@rebasepro/types"; import type { AdminCollection } from "@rebasepro/cms-types"; export declare function getParentReferencesFromPath(props: { path: string; collections: AdminCollection[] | undefined; currentFullPath?: string; }): EntityReference[];