// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type declare function SpeciesConstructor any>( O: object, defaultConstructor?: C, ): C | (new(...args: any) => any); export = SpeciesConstructor;