import type { CAC } from 'cac'; /** * Run a file with vite-node */ export declare const run: (cli: CAC, cwd: string) => import("cac").Command; //# sourceMappingURL=run.d.ts.map