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