export type CacheMode = 'stale-if-slow' | 'stale-while-revalidate' | 'must-revalidate' | 'no-cache'; //# sourceMappingURL=shared-types.d.ts.map