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