import * as Tp from "../../Tuple/index.js"; import * as Chunk from "../core.js"; /** * Returns two splits of this chunk at the specified index. */ export declare function splitAt_(self: Chunk.Chunk, n: number): Tp.Tuple<[Chunk.Chunk, Chunk.Chunk]>; /** * Returns two splits of this chunk at the specified index. * * @ets_data_first splitAt_ */ export declare function splitAt(n: number): (self: Chunk.Chunk) => Tp.Tuple<[Chunk.Chunk, Chunk.Chunk]>; //# sourceMappingURL=splitAt.d.ts.map