import type { ToIumIndexV1 } from '../v01.ts'; import type { ToIumIndexV2 } from '../v02.ts'; /** * Migrate index from v1 to v2. * Add `paths` property in `index`, associate uuid to zip path, and `_legacy` to legacy zip path. * @param index - the index to migrate * @returns the index migrated */ export declare function migrateV1ToV2(index: ToIumIndexV1): ToIumIndexV2; //# sourceMappingURL=v01_to_v02.d.ts.map