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