import { NgStoryblokApiRegionFeature } from './_features.config'; /** * Provides the Storyblok API region. * * @param region The Storyblok API region. * @returns The provider for the Storyblok API region. */ export declare function withApiRegion(region: string): NgStoryblokApiRegionFeature;