import { InjectionToken } from '@angular/core'; /** * Injection token for the Storyblok API region. */ export declare const NG_STORYBLOK_RESOLVE_LINKS: InjectionToken<"link" | "url" | "story" | "0" | "1" | undefined>;