import { InjectionToken } from '@angular/core'; /** * Injection token for the Storyblok API Fetcher. */ export declare const NG_STORYBLOK_API_FETCHER: InjectionToken;