import { InjectionToken } from '@angular/core'; import { ISbCache } from 'storyblok-js-client/src/interfaces'; /** * The token for the Storyblok cache. */ export declare const NG_STORYBLOK_CACHE: InjectionToken; export declare const NG_STORYBLOK_TRANSFER_CACHE: InjectionToken;