import { type ComponentType } from '@/enums'; export declare function normalizeProductListLists>(data: T): T; export declare function deepMergeConfigs>(target: T, source: Partial, currentPath?: string): T; export declare const layoutFieldToComponentTypes: Map; export declare function getComponentTypesForLayoutFields(parentPath: string, layoutFields: Record): ComponentType[];