declare type Combinable = { localTimestamp: Date; }; export declare function combine[]>(...iterators: T): AsyncIterableIterator[] ? U : never>; export {}; //# sourceMappingURL=combine.d.ts.map