import { List } from "@tsplus/stdlib/collections/List/definition"; /** * Reverses a `List`, returning a new `List` * @tsplus getter List reverse * @tsplus location "@tsplus/stdlib/collections/List/reverse" */ export declare function reverse(self: List): List; //# sourceMappingURL=reverse.d.ts.map