export declare const strShimFunction = "function"; export declare const strShimObject = "object"; export declare const strShimUndefined = "undefined"; export declare const strShimPrototype = "prototype"; export declare const strDefault = "default"; export declare const ObjClass: ObjectConstructor; export declare const ObjProto: Object;