import type { ListrTask } from "listr2"; export declare const createNodeVersionTask: (minVersion: string) => ListrTask;