import { CliArgs } from './types'; export declare function parseArgs(argv: string[]): CliArgs | null;