/** * Parse LAYOUT_SETTINGS from config (which may be a JSON string from env variable) * This is the single place where we handle the parsing logic */ export declare function parseEnvLayoutSettings(): Record; //# sourceMappingURL=parseEnvUiLayoutSettings.d.ts.map