import { type Config } from '@expofp/config';
/**
 * The event data document, read straight off the active config — the merged,
 * asset-resolved, normalized and frozen copy `loadConfig` produced (it carries
 * every legacy `data.js` field; `window.__data` is gone). This module only
 * loads inside the floorplan chunk, after `load()` has called `setConfig`.
 */
declare const data: Config;
export default data;
//# sourceMappingURL=index.d.ts.map