declare module "@extra-array/push-update" {
/**
 * Adds values to the end.
 * @param x an array (updated)
 * @param vs values to add
 * @returns x
 */
declare function push$<T>(x: T[], ...vs: T[]): T[];
export = push$;
//# sourceMappingURL=push$.d.ts.map}
