export declare function parseArgs(args: string[]): {
    flags: string[];
    params: string[];
};
