declare global { /** * @tsplus type Set */ export interface Set extends Collection {} /** * @tsplus type Set.Ops */ export interface SetConstructor { } }