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