import { Primitive } from "../../../types/types/primitive"; export declare const toReadableArrayString: (arr: Primitive[]) => string;