import type { Migration } from "./migrationTypes.js"; /** * Adds parent_user_id and name columns to the users table for subuser isolation. * parent_user_id links a subuser to its owner; name is a display label. */ export declare const migration20260222AddUserParent: Migration; //# sourceMappingURL=20260222_add_user_parent.d.ts.map