import { PageContainer, PageContainerType } from '@judo/model-api'; /** * Resolve the effective container type. * In EMF/ECore, default enum values are not serialized. * Since TABLE is the first literal (value 0), it's the default when type is not present. * * Separated from PageRenderer.tsx to preserve HMR boundaries. * See: specs/HMR.md — Standard I: Single-Authority Export Mandate */ export declare function resolveContainerType(container: PageContainer): PageContainerType; //# sourceMappingURL=resolve-container-type.d.ts.map