import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition";
/**
* Deduplicates adjacent elements that are identical.
* @tsplus getter Chunk dedupe
* @tsplus location "@tsplus/stdlib/collections/Chunk/operations/dedupe"
*/
export declare function dedupe(self: Chunk): Chunk;
//# sourceMappingURL=dedupe.d.ts.map