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