import { NgStoryblokAccessTokenFeature } from './_features.config'; /** * Provides the Storyblok access token. * * @param token The Storyblok access token. * @returns The provider for the Storyblok access token. */ export declare function withAccessToken(token: string): NgStoryblokAccessTokenFeature;