import type { StoryContext } from '@storybook/types';
import type { MubanRenderer, RenderContext, StoryFnMubanReturnType as StoryFunctionMubanReturnType } from '../types.js';
export declare function getInjectedServerTemplate(undecoratedStoryFunction: any, storyContext: StoryContext<MubanRenderer>, data: any, componentStory: StoryFunctionMubanReturnType, serverTemplate: string, options: RenderContext<MubanRenderer>): string | null;
