export { joinEnglish };
declare function joinEnglish(arr: string[], conjunction: 'or' | 'and'): string;
