/** @module array/init.ts */ import { Init } from '../helper-types'; export declare function init(arr: T): Init; export declare function init(arr: T[]): T[]; export default init;