import { BaseAgent } from "../../../../agent/BaseAgent.mjs"; //#region src/storage/migration/updates/0.4-0.5/index.d.ts declare function updateV0_4ToV0_5(agent: Agent): Promise; //#endregion export { updateV0_4ToV0_5 }; //# sourceMappingURL=index.d.mts.map