import type { CollectionAfterChangeHook, CollectionConfig } from 'mzinga/types'; import type { PluginConfig } from '../types'; declare const resaveChildren: (pluginConfig: PluginConfig, collection: CollectionConfig) => CollectionAfterChangeHook; export default resaveChildren; //# sourceMappingURL=resaveChildren.d.ts.map