import { t as PluginDoctorStateMigration } from "../../runtime-doctor-CUSUXgcl.js";

//#region extensions/active-memory/doctor-contract-api.d.ts
/** State migrations exposed to OpenClaw doctor for Active Memory. */
declare const stateMigrations: PluginDoctorStateMigration[];
//#endregion
export { stateMigrations };