/** * Process command line arguments. * @function CommandLineProcessing * @description This function processes the command line arguments passed to the Extwee CLI. * @module CLI/commandLineProcessing * @param {Array} argv - The command line arguments passed to the CLI. */ export function CommandLineProcessing(argv: any[]): void;