import type { CachePolicyImplementationArgs } from '../CachePolicy'; import type { Snapshot } from '../interfaces/Snapshot'; export declare function buildCacheAndNetworkImplementation(staleDurationSeconds?: number): (args: CachePolicyImplementationArgs) => Snapshot | Promise>;