import { Collection } from "@tsplus/stdlib/collections/Collection/definition"; declare global { /** * @tsplus type Set */ export interface Set extends Collection { } /** * @tsplus type Set.Ops */ export interface SetConstructor { } } export {}; //# sourceMappingURL=definition.d.ts.map