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