import { Observable } from 'rxjs'; declare type ObservableMethod = (...args: any[]) => Observable; export declare function CacheObservable(keyPaths?: string[]): (target: any, propertyKey: string, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor; export {};