import "../misc-B8WNxSke.js"; import { n as MigrationFlags } from "../migration-uYsvrYeh.js"; //#region src/commands/diff.d.ts /** * Creates a new migration based on model differences. */ declare const diff: (appToken: string | undefined, flags: MigrationFlags, positionals: Array) => Promise; //#endregion export { diff as default };