import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Reverse buckets iterator. * @tsplus getter Chunk reverse * @tsplus location "@tsplus/stdlib/collections/Chunk/operations/reverse" */ export declare function reverse(self: Chunk): Iterable; //# sourceMappingURL=reverse.d.ts.map