/** * @package */ export interface Argv { [key: string]: string; } //# sourceMappingURL=Argv.d.ts.map