import { ParSeq } from "@tsplus/stdlib/collections/ParSeq/definition";
/**
* Transforms the type of events in this collection of events with the
* specified function.
* @tsplus static ParSeq.Aspects map
* @tsplus pipeable ParSeq map
* @tsplus location "@tsplus/stdlib/collections/ParSeq/map"
*/
export declare function map(f: (a: A) => B): (self: ParSeq) => ParSeq;
//# sourceMappingURL=map.d.ts.map