import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition";
/**
* Returns the number of elements in the chunk.
* @tsplus getter Chunk size
* @tsplus location "@tsplus/stdlib/collections/Chunk/operations/size"
*/
export declare function size(self: Chunk): number;
//# sourceMappingURL=size.d.ts.map