import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition";
/**
* Materializes a chunk into a chunk backed by an array. This method can
* improve the performance of bulk operations.
* @tsplus getter Chunk materialize
* @tsplus location "@tsplus/stdlib/collections/Chunk/operations/materialize"
*/
export declare function materialize(self: Chunk): Chunk;
//# sourceMappingURL=materialize.d.ts.map