import { HttpContextToken } from '@angular/common/http'; import { ISbContentMangmntAPI, ISbStoriesParams, ISbStoryParams } from 'storyblok-js-client/src/interfaces'; export type GetStoryContext = ISbStoryParams; export declare const GET_STORY_CONTEXT: HttpContextToken; export type GetStoriesContext = ISbStoriesParams; export declare const GET_STORIES_CONTEXT: HttpContextToken; export type GetContext = ISbStoriesParams; export declare const GET_CONTEXT: HttpContextToken; export type GetAllContext = ISbStoriesParams; export declare const GET_ALL_CONTEXT: HttpContextToken; export type PostContext = ISbStoriesParams | ISbContentMangmntAPI; export declare const POST_CONTEXT: HttpContextToken; export type DeleteContext = ISbStoriesParams | ISbContentMangmntAPI; export declare const DELETE_CONTEXT: HttpContextToken;