import { type StoryContext } from '@andersundsehr/storybook-typo3';
export declare function fetchRenderAction(urlA: string, id: string, params: unknown, storyContext: StoryContext): Promise<string>;
