/** * Reads an optional `--phase` value from one command's raw arguments. * @param {string[]} processArgs - Raw command arguments including the command name. * @returns {import("../database/migration-execution-phase.js").MigrationExecutionPhase | undefined} - Selected phase. */ export default function migrationExecutionPhaseArgument(processArgs: string[]): import("../database/migration-execution-phase.js").MigrationExecutionPhase | undefined; //# sourceMappingURL=migration-execution-phase-argument.d.ts.map