import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition";
/**
* Fills a chunk with the result of applying `f` `n` times.
* @tsplus static Chunk.Ops fill
* @tsplus location "@tsplus/stdlib/collections/Chunk/operations/fill"
*/
export declare function fill(n: number, f: (n: number) => A): Chunk;
//# sourceMappingURL=fill.d.ts.map