/** Display an array of strings in a human-readable format */ export default function list(items: string[], conjunction?: string): string;