declare global { /** * @tsplus type fp-ts/data/ReadonlyArray * @tsplus type ReadonlyArray * @tsplus type Iterable * @tsplus companion fp-ts/data/ReadonlyArray.Ops * @tsplus companion ReadonlyArray.Ops */ interface ReadonlyArray { } /** * @tsplus type Iterable */ interface Iterable { } /** * @tsplus type ReadonlyArray * @tsplus type Array * @tsplus type Iterable */ interface Array { } /** * @tsplus type ets/Set * @tsplus type Iterable */ interface Set { } /** * @tsplus type ets/ROSet * @tsplus type ets/Set * @tsplus type Iterable */ interface ReadonlySet { } /** * @tsplus type ets/Map * @tsplus type Iterable */ interface Map { } /** * @tsplus type ets/Map * @tsplus type Iterable */ interface ReadonlyMap { } /** * @tsplus type Date */ interface Date { } /** * @tsplus type Object */ interface Object { } /** * @tsplus type Generator * @tsplus type Iterator */ interface Generator { } /** * @tsplus type Iterator */ interface Iterator { } /** * @tsplus type function */ interface Function { } /** * @tsplus type string */ export interface String { } /** * @tsplus type number */ export interface Number { } /** * @tsplus type boolean */ export interface Boolean { } /** * @tsplus type bigint */ export interface BigInt { } /** * @tsplus type regexp */ export interface RegExp { } /** * @tsplus type string.Ops */ export interface StringConstructor { } /** * @tsplus type number */ export interface Number { } /** * @tsplus type Date */ interface Date { } } export {}; //# sourceMappingURL=global.d.ts.map