export declare const config: { clazz: DateConstructor; /** * */ receiverMustBeNonProxied: boolean; trackSettingObjectProperties: boolean; worksForSubclasses: boolean; readTracker?: import("../common").Clazz; changeTracker?: import("../common").Clazz; knownHighLevelMethods: Set; readOnlyMethods: Set; readOnlyFields: Set; trackTreads: boolean; proxyUnhandledMethodResults: boolean; getTrackerClasses(): import("../common").Clazz[]; }; //# sourceMappingURL=Date.d.ts.map