import { fetchRenderAction } from '@andersundsehr/storybook-typo3';
import type { ArgTypesEnhancer, GlobalTypes } from 'storybook/internal/types';
export declare const globalTypes: GlobalTypes;
export declare const initialGlobals: Record<string, string>;
export declare const parameters: {
    server: {
        fetchStoryHtml: typeof fetchRenderAction;
    };
};
export declare const argTypesEnhancers: ArgTypesEnhancer[];
