import type { CollectionBeforeChangeHook } from 'payload'; import type { NestedDocsPluginConfig } from '../types.js'; export declare const populateBreadcrumbsBeforeChange: (pluginConfig: NestedDocsPluginConfig) => CollectionBeforeChangeHook; //# sourceMappingURL=populateBreadcrumbsBeforeChange.d.ts.map