/** * Run the dev server with cron scheduling * * @param nextDevArgs - extra arguments passed through to `next dev` * (e.g. `--turbopack`, `-p 3001`) */ export declare function runDev(nextDevArgs?: string[]): Promise; /** * Main CLI entry point - routes commands */ export declare function runCli(): Promise; //# sourceMappingURL=index.d.ts.map