#!/usr/bin/env node export declare const parsedArgs: import("meow").Result<{ multiProject: { type: "boolean"; default: false; }; devcUpCommand: { type: "string"; }; devcExecCommand: { type: "string"; }; }>;