export type Runner = 'npm' | 'bun' | 'deno' | 'yarn' | 'pnpm';