import type { IrwinRegistry } from "./registry"; /** * When enabling auth/admin, copy locale JSON from other enabled feature packs * (e.g. admin → vi/admin.json). Skips packs that ship no configs/locales. */ export declare function copyLocalesFromEnabledFeatures(projectRoot: string, registry: IrwinRegistry, dryRun: boolean, force: boolean): string[];