import type { Config } from "@/types"; import type { Storage } from "../../storage/storage.js"; /** * Migrates legacy knowledge files into the owner user's UserHome tree once. * Expects: storage migrations have already run and config paths are absolute. */ export declare function userHomeMigrate(config: Config, storageOrConfig?: Storage | Config): Promise; //# sourceMappingURL=userHomeMigrate.d.ts.map