import type { Chunk } from "../core.js"; /** * Fills a chunk with the result of applying `f` `n` times */ export declare function fill(n: number, f: (n: number) => A): Chunk; //# sourceMappingURL=fill.d.ts.map