export declare function add<T>(array: T[], ...items: T[]): number;
//# sourceMappingURL=add.d.ts.map