import type { StoryContext } from '../types.js';
export declare function fetchStoryHtmlUsingPostJson(url: string, path: string, parameters: Record<string, unknown>, storyContext: StoryContext): Promise<string>;
