import { List } from "@tsplus/stdlib/collections/List/definition"; /** * @tsplus static List.Aspects prependAll * @tsplus pipeable List prependAll * @tsplus location "@tsplus/stdlib/collections/List/prependAll" */ export declare function prependAll(prefix: List): (self: List) => List; //# sourceMappingURL=prependAll.d.ts.map