import * as Tp from "../../Tuple/index.js"; import type { Chunk } from "../definition.js"; /** * The function is reverse of `zip`. Takes an array of pairs and return two corresponding arrays */ export declare function unzip(as: Chunk>): Tp.Tuple<[Chunk, Chunk]>; //# sourceMappingURL=unzip.d.ts.map