import type { GlobalTypes } from 'storybook/internal/types';
interface PreviewConfig {
    globalTypes: GlobalTypes;
    initialGlobals: Record<string, string>;
}
export declare function fetchPreviewConfig(currentGlobals?: Record<string, string>): Promise<PreviewConfig>;
export declare function initGlobalsHandling(initalGlobalTypes: GlobalTypes): void;
export {};
