import { t as AnyFunction } from "./AnyFunction-DygJG5Tn.js"; //#region src/types/_internal/NonFunction.d.ts type NonFunction = Exclude; //#endregion //#region src/functions/join/join.d.ts /** * Same as `Array.prototype.join`, but allows specifying a non-`string` separator. * @param elements The elements to join. * @param separator The separator to use. * @returns An array with the elements joined by the separator. */ declare function join, U extends NonFunction>(elements: readonly NonNullable[], separator: U | ((index: number) => U)): Array>; //#endregion export { join as t }; //# sourceMappingURL=join-C78Y_An9.d.ts.map