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