export declare const withCache: ({ timeMs }: { timeMs: number; }) => (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;