import { InjectionToken, Signal } from '@angular/core'; import { ISbStoryData } from 'storyblok-js-client/src/interfaces'; /** * Injection token for the Storyblok client. */ export declare const NG_STORYBLOK_CONTEXT: InjectionToken & { [index: string]: any; }>>>;