import { Command } from "commander"; import { Option } from "../types.js"; export declare const addCommandsFromFolder: (pathToFolder: string, program: Command) => Promise; export declare function verifyNodeVersion(): void; export declare const checkVersion: () => Promise; export declare const compareEtags: () => Promise; export declare const getOptionValueFromArgv: (command: Command, option: Option) => string;