/**
 * @license
 * Copyright (c) 2016, Contributors
 * SPDX-License-Identifier: ISC
 */
export declare function tokenizeArgString(argString: string | any[]): string[];
