import { NgStoryblokApiFetcherFeature } from './_features.config'; /** * Provides the Storyblok API region. * * @param fetcher The Storyblok API fetcher * @returns The provider for the Storyblok API region. */ export declare function withApiFetcher(fetcher: typeof fetch): NgStoryblokApiFetcherFeature;