export declare namespace CommandParser {
    function parse(argList: string[]): Record<string, string>;
}
