/** Shim for ES5 style inheritance support of classes in modern browsers */
export declare function shimES5Constructor(Class: new (...args: any[]) => any): void;
