import { List } from "@tsplus/stdlib/collections/List/definition"; /** * Returns the empty `List` * @tsplus static List.Ops empty * @tsplus location "@tsplus/stdlib/collections/List/empty" */ export declare function empty(): List; //# sourceMappingURL=empty.d.ts.map