import { CacheableFactory, CacheCallOptions } from './types';
export declare const cacheCall: <T extends CacheableFactory>(factory: T, options?: CacheCallOptions) => T;
