declare const joinList: (array: string[]) => string;
export default joinList;
