export = GetterCache; declare class GetterCache { private static HASH_KEY; register(classFunction: new (...args: any[]) => Cached, propertyNames: string[]): void; private getHash(object); }