import type { NodeProcessInstance } from './interfaces/index.js'; export declare class Argv { #private; get raw(): string[]; get main(): string[]; get flags(): Map; constructor(processInstance?: NodeProcessInstance); }