/** * @deprecated use initOnRead */ export declare function cachedProperty(object: object, name: string, callback: () => any): void;