/**
 * @internal
 * @param arr
 * @returns
 */
export declare function convertToNumber(arr: string[]): (string | number)[];
