import type { CachePolicyImplementationArgs } from '../CachePolicy'; import type { Snapshot } from '../interfaces/Snapshot'; export declare const onlyIfCachedImplementation: (args: CachePolicyImplementationArgs) => Snapshot | Promise>;