import { NgStoryblokApiEndpointFeature } from './_features.config'; /** * Provides a custom Storyblok endpoint URL. API Region provider will have no affect if this is set. * * @param endpoint The Storyblok API endpoint base URL. * @returns The provider for the Storyblok API custom endpoint. */ export declare function withApiEndpoint(endpoint: string): NgStoryblokApiEndpointFeature;