import { zip as zipStatic } from '../../asynciterable/zip.js'; export declare namespace asynciterable { let zip: typeof zipStatic; } declare module '../../asynciterable/asynciterablex' { namespace AsyncIterableX { let zip: typeof zipStatic; } }