export declare function zipEntries(...arrays: { [P in keyof T]: T[P][]; }): T[];