/** * A simple function to format array to a comma-separated list. */ export default function getSeparatedList(array: any, separator?: string): string;