import { NgStoryblokPreviewFeature } from './_features.config'; export interface ValidateStoryblokPreview { spaceId: string; accessToken: string; timestamp: string; token: string; } export interface WithPreviewOptions { validateToken?: boolean; from_release?: string; } export declare function withPreview({ validateToken, from_release }: WithPreviewOptions): NgStoryblokPreviewFeature;