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