import type { ParsedArgs } from "./router.js"; export declare function resolveEntryFile(file: string): string; export declare function formatDuration(ms: number): string; export declare function runCommand(args: ParsedArgs): Promise; //# sourceMappingURL=run.d.ts.map