/** * Gets all but the last element of `array`. * * Contribution to minified bundle size, when it is the only function imported: * - Lodash: 207 bytes * - Micro-dash: 15 bytes */ export declare function initial(array: T[]): T[];