Version: 1.16.01.16.11.16.21.16.31.16.41.16.51.16.61.17.01.17.11.17.21.17.31.17.41.17.51.17.61.17.71.17.81.17.9
// eslint-disable-next-line @typescript-eslint/ban-types
declare function SpeciesConstructor<C extends Function = new(...args: any) => any>(
O: object,
defaultConstructor?: C,
): C | (new(...args: any) => any);
export = SpeciesConstructor;