export default function wordJoin(words?: unknown[], options?: {
    conjunction?: string;
    oxford?: boolean;
    separator?: string;
}): string;
