import { CliArgs } from './types'; export declare class ParseArgs { static Parse(): CliArgs; }