import { A as AnyFunction } from './AnyFunction-4ed55e70.js'; type NonFunction = Exclude; /** * Same as `Array.prototype.join`, but allows specifying a non-`string` separator. */ declare function join, U extends NonFunction>(elements: ReadonlyArray>, separator: U | ((index: number) => U)): (symbol | U | NonNullable)[]; export { join as j };