#!/usr/bin/env node import type { InstallArgs } from './types'; export declare function parseArgs(args: string[]): InstallArgs;