declare const cacheGetters: (target: T, ...props: (keyof T)[]) => T; export { cacheGetters };