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