Version: 1.0.01.0.11.1.01.1.11.1.21.1.31.1.41.1.51.2.01.2.11.3.01.3.11.3.21.4.02.0.02.0.12.0.22.0.32.0.42.1.02.1.12.1.22.1.33.0.03.0.13.0.24.0.0-beta.04.0.0-beta.14.0.0-beta.24.0.04.0.14.0.24.0.34.0.44.0.55.0.05.0.15.0.25.0.35.0.45.0.55.0.65.0.75.0.86.0.06.1.0-with-src6.1.06.1.1-with-src6.1.16.1.26.1.36.1.46.1.57.0.0-beta7.0.07.0.1-with-src7.0.17.0.27.1.07.1.18.0.08.0.1
export declare type Constructor = new (...args: any[]) => any;
export declare type Func = (...args: any[]) => any;
export declare const instanceOfAny: (object: any, constructors: Constructor[]) => boolean;