export { stringifyStringArray };
declare function stringifyStringArray(stringList: string[] | readonly string[]): string;
