import { List } from "@tsplus/stdlib/collections/List/definition"; /** * Returns two splits of this list at the specified index. * @tsplus static List.Aspects splitAt * @tsplus pipeable List splitAt * @tsplus location "@tsplus/stdlib/collections/List/splitAt" */ export declare function splitAt(n: number): (self: import("./definition").List) => readonly [import("./definition").List, import("./definition").List]; //# sourceMappingURL=splitAt.d.ts.map