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