declare function join(array: ArrayLike<unknown> | null | undefined, separator?: string): string;

export { join as default, join };
