export declare const argParserUtil: {
    parse(input: string): Record<string, string>;
};
