/**
 * Legacy v1 entry point re-exporting the deprecated `exec` function.
 *
 * @deprecated Use `lint` or `MLEngine` from the current API instead.
 */
export { lint_v1 as exec } from './api/v1.js';
